COLOR #A0CF75

HEX: #A0CF75 RGB: (160,207,117)

Color info

#A0CF75 contains mainly red and green colors. Web safe color of #A0CF75 is #99CC66 (or #9C6).

RGB color model

#A0CF75 color RGB value is (160,207,117).

RGB: (160,207,117) (63%, 81%, 46%)

RGB channels and saturation

R 160 of 255 = 63%
G 207 of 255 = 81%
B 117 of 255 = 46%

160
207
117

R + G + B ~ 63%. #A0CF75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 207 + 117 = 484 (100%)
R 160 of 484 ~ 33.06%
G 207 of 484 ~ 42.77%
B 117 of 484 ~ 24.17'%

%33.06
%42.77
%24.17

CMYK color model

#A0CF75 color CMYK value is (23,0,43,19).

  • cyan value is 22.71%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 18.82%

CMYK: (23,0,43,19)
C23M0Y43K19 (23%, 0%, 43%, 19%)
(0.23 / 0.00 / 0.43 / 0.19)

CMYK percentages

%22.71
%0
%43.48
%18.82

Codes

Color #A0CF75 in popluar color models

A0 CF 75
RGB 160 207 117
HSL 91° 48.39% 63.53%
HSB/HSV 91° 43.48% 81.18%
CMYK 22.71% 0.00% 43.48%
18.82%

Color #A0CF75 in popluar number systems.

HEX A0 CF 75
Decimal 160 207 117
Binary 10100000 11001111 1110101
Octal 240 317 165

Shades and tints

Shades of #A0CF75

#A0CF75
(160,207,117)
#92BD6B
(146,189,107)
#84AB61
(132,171,97)
#769957
(118,153,87)
#68874D
(104,135,77)
#5A7543
(90,117,67)
#4C6339
(76,99,57)
#3E512F
(62,81,47)
#303F25
(48,63,37)
#222D1B
(34,45,27)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #A0CF75

#A0CF75
(160,207,117)
#A8D381
(168,211,129)
#B0D78D
(176,215,141)
#B8DB99
(184,219,153)
#C0DFA5
(192,223,165)
#C8E3B1
(200,227,177)
#D0E7BD
(208,231,189)
#D8EBC9
(216,235,201)
#E0EFD5
(224,239,213)
#E8F3E1
(232,243,225)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CF75 color. Also use rgb(160,207,117) instead hex code.

Text Font Color

.myTextColor { color: #A0CF75; }

<p style="color:#A0CF75">This sample text font color is #A0CF75.</p>

This text font color is #A0CF75.

Background Color

.myBgColor { background-color: #A0CF75; }

<div style="background-color:#A0CF75">Inner text</div>

This div background color is #A0CF75.

Border color

.myBorderColor { border: 1px solid #A0CF75; }

<div style="border:3px solid #A0CF75">Div</div>

This div border color is #A0CF75.

Opacity

.myOpacity80 { color: #A0CF75; opacity: 0.8; }

<p style="color:#A0CF75;opacity:0.8;">80%</p>

Text with #A0CF75 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0CF75;}

<p style="text-shadow: 3px 3px 1px #A0CF75">Text here.</p>

This text has shadow with #A0CF75 color.


.textShadow {text-shadow: 3px 3px 1px #A0CF75', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0CF75, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0CF75 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0CF75, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0CF75, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0CF75 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0CF75;
-webkit-box-shadow: 1px 1px 3px 2px #A0CF75;
box-shadow: 1px 1px 3px 2px #A0CF75;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0CF75; -webkit-box-shadow: 1px 1px 3px 2px #A0CF75; box-shadow:1px 1px 3px 2px #A0CF75;">
Div content here
</div>

This div box has shadow with color #A0CF75.

Preview

Color preview on black background

This text has color #A0CF75 on black background.


Color preview on white background

This text has color #A0CF75 on white background.


Black color preview on #A0CF75 background

This text has black color on #A0CF75 background.


White color preview on #A0CF75 background

This text has white color on #A0CF75 background.


Related colors

Complementary color

Complementary color for #hex is #5F308A.


I love getcolorcode.com

Triadic colors

1 #75A0CF and #CF75A0 with #A0CF75 are triadic colors.

2 #75CFA0 and #CFA075 with #A0CF75 are triadic colors.