Shades of Conifer #A2F64F
Tints of Conifer #A2F64F
RGB
CMYK
RGB Variations
Color information
#A2F64F (or 0xA2F64F) is known color: Conifer. HEX triplet: A2, F6 and 4F. RGB value is (162,246,79). Sum of RGB (Red+Green+Blue) = 162+246+79=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F64F is #5D09B0. Grayscale: #CACACA. Windows color (decimal): -6097329 or 5240482. OLE color: 5240482.
HSL color Cylindrical-coordinate representation of color #A2F64F: hue angle of 90.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2F64F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 79 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 90.18º | 0.9% | 0.64% | - |
| HSV(B) | 90.18º | 0.68% | 0.96% | - |
| XYZ | 49.27 | 74.16 | 19.11 | - |
| YUV | 201.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 79 | 0.34 | 0 | 0.68 | 0.04 | 90.18 | 0.9 | 0.64 |
| Hex | A2 | F6 | 4F | 22 | 0 | 44 | 4 | 5A | 5A | 40 |
| Octal | 242 | 366 | 117 | 42 | 0 | 104 | 4 | 132 | 132 | 100 |
| Binary | 10100010 | 11110110 | 1001111 | 100010 | 0 | 1000100 | 100 | 1011010 | 1011010 | 1000000 |
Color Harmonies of #A2F64F
Complementary color
Monochromatic Colors of #A2F64F
Black with #A2F64F
Text Example
Text Example
White with #A2F64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F64F; }
p { color: rgb(162,246,79); }
H1.HeaderClassName
{
color: #A2F64F;
}
.AnyTagClassName
{
color: #A2F64F;
}
</style>
background-color css
<style>
a { background-color: #A2F64F; }
a { background-color: rgb(162,246,79); }
div.DivClassName
{
background-color: #A2F64F;
}
.BgClassName
{
background-color: #A2F64F;
}
</style>
border-color css
<style>
span { border-color: #A2F64F; }
span { border-color: rgb(162,246,79); }
td.TdClassName
{
border-color: #A2F64F;
}
.TagClassName
{
border-color: #A2F64F;
}
</style>