Shades of Olivine #A2CC74
Tints of Olivine #A2CC74
RGB
CMYK
RGB Variations
Color information
#A2CC74 (or 0xA2CC74) is known color: Olivine. HEX triplet: A2, CC and 74. RGB value is (162,204,116). Sum of RGB (Red+Green+Blue) = 162+204+116=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC74 is #5D338B. Grayscale: #B5B5B5. Windows color (decimal): -6108044 or 7654562. OLE color: 7654562.
HSL color Cylindrical-coordinate representation of color #A2CC74: hue angle of 88.64º 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 #A2CC74 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 116 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.2 |
| HSL | 88.64º | 0.46% | 0.63% | - |
| HSV(B) | 88.64º | 0.43% | 0.8% | - |
| XYZ | 39.65 | 52.13 | 24.5 | - |
| YUV | 181.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 116 | 0.21 | 0 | 0.43 | 0.2 | 88.64 | 0.46 | 0.63 |
| Hex | A2 | CC | 74 | 15 | 0 | 2B | 14 | 59 | 2E | 3F |
| Octal | 242 | 314 | 164 | 25 | 0 | 53 | 24 | 131 | 56 | 77 |
| Binary | 10100010 | 11001100 | 1110100 | 10101 | 0 | 101011 | 10100 | 1011001 | 101110 | 111111 |
Color Harmonies of #A2CC74
Complementary color
Monochromatic Colors of #A2CC74
Black with #A2CC74
Text Example
Text Example
White with #A2CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC74; }
p { color: rgb(162,204,116); }
H1.HeaderClassName
{
color: #A2CC74;
}
.AnyTagClassName
{
color: #A2CC74;
}
</style>
background-color css
<style>
a { background-color: #A2CC74; }
a { background-color: rgb(162,204,116); }
div.DivClassName
{
background-color: #A2CC74;
}
.BgClassName
{
background-color: #A2CC74;
}
</style>
border-color css
<style>
span { border-color: #A2CC74; }
span { border-color: rgb(162,204,116); }
td.TdClassName
{
border-color: #A2CC74;
}
.TagClassName
{
border-color: #A2CC74;
}
</style>