Shades of Conifer #A2F64D
Tints of Conifer #A2F64D
RGB
CMYK
RGB Variations
Color information
#A2F64D (or 0xA2F64D) is known color: Conifer. HEX triplet: A2, F6 and 4D. RGB value is (162,246,77). Sum of RGB (Red+Green+Blue) = 162+246+77=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F64D is #5D09B2. Grayscale: #CACACA. Windows color (decimal): -6097331 or 5109410. OLE color: 5109410.
HSL color Cylindrical-coordinate representation of color #A2F64D: hue angle of 89.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2F64D is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 77 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.04 |
| HSL | 89.82º | 0.9% | 0.63% | - |
| HSV(B) | 89.82º | 0.69% | 0.96% | - |
| XYZ | 49.2 | 74.13 | 18.74 | - |
| YUV | 201.62 | 57.67 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 77 | 0.34 | 0 | 0.69 | 0.04 | 89.82 | 0.9 | 0.63 |
| Hex | A2 | F6 | 4D | 22 | 0 | 45 | 4 | 5A | 5A | 3F |
| Octal | 242 | 366 | 115 | 42 | 0 | 105 | 4 | 132 | 132 | 77 |
| Binary | 10100010 | 11110110 | 1001101 | 100010 | 0 | 1000101 | 100 | 1011010 | 1011010 | 111111 |
Color Harmonies of #A2F64D
Complementary color
Monochromatic Colors of #A2F64D
Black with #A2F64D
Text Example
Text Example
White with #A2F64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F64D; }
p { color: rgb(162,246,77); }
H1.HeaderClassName
{
color: #A2F64D;
}
.AnyTagClassName
{
color: #A2F64D;
}
</style>
background-color css
<style>
a { background-color: #A2F64D; }
a { background-color: rgb(162,246,77); }
div.DivClassName
{
background-color: #A2F64D;
}
.BgClassName
{
background-color: #A2F64D;
}
</style>
border-color css
<style>
span { border-color: #A2F64D; }
span { border-color: rgb(162,246,77); }
td.TdClassName
{
border-color: #A2F64D;
}
.TagClassName
{
border-color: #A2F64D;
}
</style>