Shades of Olivine #A1CC76
Tints of Olivine #A1CC76
RGB
CMYK
RGB Variations
Color information
#A1CC76 (or 0xA1CC76) is known color: Olivine. HEX triplet: A1, CC and 76. RGB value is (161,204,118). Sum of RGB (Red+Green+Blue) = 161+204+118=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC76 is #5E3389. Grayscale: #B5B5B5. Windows color (decimal): -6173578 or 7785633. OLE color: 7785633.
HSL color Cylindrical-coordinate representation of color #A1CC76: hue angle of 90º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1CC76 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 118 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.2 |
| HSL | 90º | 0.46% | 0.63% | - |
| HSV(B) | 90º | 0.42% | 0.8% | - |
| XYZ | 39.56 | 52.07 | 25.11 | - |
| YUV | 181.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 118 | 0.21 | 0 | 0.42 | 0.2 | 90 | 0.46 | 0.63 |
| Hex | A1 | CC | 76 | 15 | 0 | 2A | 14 | 5A | 2E | 3F |
| Octal | 241 | 314 | 166 | 25 | 0 | 52 | 24 | 132 | 56 | 77 |
| Binary | 10100001 | 11001100 | 1110110 | 10101 | 0 | 101010 | 10100 | 1011010 | 101110 | 111111 |
Color Harmonies of #A1CC76
Complementary color
Monochromatic Colors of #A1CC76
Black with #A1CC76
Text Example
Text Example
White with #A1CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC76; }
p { color: rgb(161,204,118); }
H1.HeaderClassName
{
color: #A1CC76;
}
.AnyTagClassName
{
color: #A1CC76;
}
</style>
background-color css
<style>
a { background-color: #A1CC76; }
a { background-color: rgb(161,204,118); }
div.DivClassName
{
background-color: #A1CC76;
}
.BgClassName
{
background-color: #A1CC76;
}
</style>
border-color css
<style>
span { border-color: #A1CC76; }
span { border-color: rgb(161,204,118); }
td.TdClassName
{
border-color: #A1CC76;
}
.TagClassName
{
border-color: #A1CC76;
}
</style>