Shades of Conifer #A2D64F
Tints of Conifer #A2D64F
RGB
CMYK
RGB Variations
Color information
#A2D64F (or 0xA2D64F) is known color: Conifer. HEX triplet: A2, D6 and 4F. RGB value is (162,214,79). Sum of RGB (Red+Green+Blue) = 162+214+79=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D64F is #5D29B0. Grayscale: #B7B7B7. Windows color (decimal): -6105521 or 5232290. OLE color: 5232290.
HSL color Cylindrical-coordinate representation of color #A2D64F: hue angle of 83.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2D64F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 79 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.16 |
| HSL | 83.11º | 0.62% | 0.57% | - |
| HSV(B) | 83.11º | 0.63% | 0.84% | - |
| XYZ | 40.36 | 56.34 | 16.14 | - |
| YUV | 183.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 79 | 0.24 | 0 | 0.63 | 0.16 | 83.11 | 0.62 | 0.57 |
| Hex | A2 | D6 | 4F | 18 | 0 | 3F | 10 | 53 | 3E | 39 |
| Octal | 242 | 326 | 117 | 30 | 0 | 77 | 20 | 123 | 76 | 71 |
| Binary | 10100010 | 11010110 | 1001111 | 11000 | 0 | 111111 | 10000 | 1010011 | 111110 | 111001 |
Color Harmonies of #A2D64F
Complementary color
Monochromatic Colors of #A2D64F
Black with #A2D64F
Text Example
Text Example
White with #A2D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D64F; }
p { color: rgb(162,214,79); }
H1.HeaderClassName
{
color: #A2D64F;
}
.AnyTagClassName
{
color: #A2D64F;
}
</style>
background-color css
<style>
a { background-color: #A2D64F; }
a { background-color: rgb(162,214,79); }
div.DivClassName
{
background-color: #A2D64F;
}
.BgClassName
{
background-color: #A2D64F;
}
</style>
border-color css
<style>
span { border-color: #A2D64F; }
span { border-color: rgb(162,214,79); }
td.TdClassName
{
border-color: #A2D64F;
}
.TagClassName
{
border-color: #A2D64F;
}
</style>