Shades of Conifer #A2F64E
Tints of Conifer #A2F64E
RGB
CMYK
RGB Variations
Color information
#A2F64E (or 0xA2F64E) is known color: Conifer. HEX triplet: A2, F6 and 4E. RGB value is (162,246,78). Sum of RGB (Red+Green+Blue) = 162+246+78=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F64E is #5D09B1. Grayscale: #CACACA. Windows color (decimal): -6097330 or 5174946. OLE color: 5174946.
HSL color Cylindrical-coordinate representation of color #A2F64E: hue angle of 90º 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 #A2F64E is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 78 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.04 |
| HSL | 90º | 0.9% | 0.64% | - |
| HSV(B) | 90º | 0.68% | 0.96% | - |
| XYZ | 49.23 | 74.14 | 18.92 | - |
| YUV | 201.73 | 58.17 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 78 | 0.34 | 0 | 0.68 | 0.04 | 90 | 0.9 | 0.64 |
| Hex | A2 | F6 | 4E | 22 | 0 | 44 | 4 | 5A | 5A | 40 |
| Octal | 242 | 366 | 116 | 42 | 0 | 104 | 4 | 132 | 132 | 100 |
| Binary | 10100010 | 11110110 | 1001110 | 100010 | 0 | 1000100 | 100 | 1011010 | 1011010 | 1000000 |
Color Harmonies of #A2F64E
Complementary color
Monochromatic Colors of #A2F64E
Black with #A2F64E
Text Example
Text Example
White with #A2F64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F64E; }
p { color: rgb(162,246,78); }
H1.HeaderClassName
{
color: #A2F64E;
}
.AnyTagClassName
{
color: #A2F64E;
}
</style>
background-color css
<style>
a { background-color: #A2F64E; }
a { background-color: rgb(162,246,78); }
div.DivClassName
{
background-color: #A2F64E;
}
.BgClassName
{
background-color: #A2F64E;
}
</style>
border-color css
<style>
span { border-color: #A2F64E; }
span { border-color: rgb(162,246,78); }
td.TdClassName
{
border-color: #A2F64E;
}
.TagClassName
{
border-color: #A2F64E;
}
</style>