Shades of Olivine #A0CC74
Tints of Olivine #A0CC74
RGB
CMYK
RGB Variations
Color information
#A0CC74 (or 0xA0CC74) is known color: Olivine. HEX triplet: A0, CC and 74. RGB value is (160,204,116). Sum of RGB (Red+Green+Blue) = 160+204+116=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC74 is #5F338B. Grayscale: #B5B5B5. Windows color (decimal): -6239116 or 7654560. OLE color: 7654560.
HSL color Cylindrical-coordinate representation of color #A0CC74: 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.43%. Process color model (Four color, CMYK) of #A0CC74 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 116 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.2 |
| HSL | 90º | 0.46% | 0.63% | - |
| HSV(B) | 90º | 0.43% | 0.8% | - |
| XYZ | 39.24 | 51.92 | 24.48 | - |
| YUV | 180.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 116 | 0.22 | 0 | 0.43 | 0.2 | 90 | 0.46 | 0.63 |
| Hex | A0 | CC | 74 | 16 | 0 | 2B | 14 | 5A | 2E | 3F |
| Octal | 240 | 314 | 164 | 26 | 0 | 53 | 24 | 132 | 56 | 77 |
| Binary | 10100000 | 11001100 | 1110100 | 10110 | 0 | 101011 | 10100 | 1011010 | 101110 | 111111 |
Color Harmonies of #A0CC74
Complementary color
Monochromatic Colors of #A0CC74
Black with #A0CC74
Text Example
Text Example
White with #A0CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC74; }
p { color: rgb(160,204,116); }
H1.HeaderClassName
{
color: #A0CC74;
}
.AnyTagClassName
{
color: #A0CC74;
}
</style>
background-color css
<style>
a { background-color: #A0CC74; }
a { background-color: rgb(160,204,116); }
div.DivClassName
{
background-color: #A0CC74;
}
.BgClassName
{
background-color: #A0CC74;
}
</style>
border-color css
<style>
span { border-color: #A0CC74; }
span { border-color: rgb(160,204,116); }
td.TdClassName
{
border-color: #A0CC74;
}
.TagClassName
{
border-color: #A0CC74;
}
</style>