Shades of Conifer #A2F466
Tints of Conifer #A2F466
RGB
CMYK
RGB Variations
Color information
#A2F466 (or 0xA2F466) is known color: Conifer. HEX triplet: A2, F4 and 66. RGB value is (162,244,102). Sum of RGB (Red+Green+Blue) = 162+244+102=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F466 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F466 is #5D0B99. Grayscale: #CBCBCB. Windows color (decimal): -6097818 or 6747298. OLE color: 6747298.
HSL color Cylindrical-coordinate representation of color #A2F466: hue angle of 94.65º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2F466 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 102 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.04 |
| HSL | 94.65º | 0.87% | 0.68% | - |
| HSV(B) | 94.65º | 0.58% | 0.96% | - |
| XYZ | 49.65 | 73.34 | 24.11 | - |
| YUV | 203.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 102 | 0.34 | 0 | 0.58 | 0.04 | 94.65 | 0.87 | 0.68 |
| Hex | A2 | F4 | 66 | 22 | 0 | 3A | 4 | 5F | 57 | 44 |
| Octal | 242 | 364 | 146 | 42 | 0 | 72 | 4 | 137 | 127 | 104 |
| Binary | 10100010 | 11110100 | 1100110 | 100010 | 0 | 111010 | 100 | 1011111 | 1010111 | 1000100 |
Color Harmonies of #A2F466
Complementary color
Monochromatic Colors of #A2F466
Black with #A2F466
Text Example
Text Example
White with #A2F466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F466; }
p { color: rgb(162,244,102); }
H1.HeaderClassName
{
color: #A2F466;
}
.AnyTagClassName
{
color: #A2F466;
}
</style>
background-color css
<style>
a { background-color: #A2F466; }
a { background-color: rgb(162,244,102); }
div.DivClassName
{
background-color: #A2F466;
}
.BgClassName
{
background-color: #A2F466;
}
</style>
border-color css
<style>
span { border-color: #A2F466; }
span { border-color: rgb(162,244,102); }
td.TdClassName
{
border-color: #A2F466;
}
.TagClassName
{
border-color: #A2F466;
}
</style>