Shades of Conifer #A2F463
Tints of Conifer #A2F463
RGB
CMYK
RGB Variations
Color information
#A2F463 (or 0xA2F463) is known color: Conifer. HEX triplet: A2, F4 and 63. RGB value is (162,244,99). Sum of RGB (Red+Green+Blue) = 162+244+99=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F463 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F463 is #5D0B9C. Grayscale: #CBCBCB. Windows color (decimal): -6097821 or 6550690. OLE color: 6550690.
HSL color Cylindrical-coordinate representation of color #A2F463: hue angle of 93.93º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2F463 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 99 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.04 |
| HSL | 93.93º | 0.87% | 0.67% | - |
| HSV(B) | 93.93º | 0.59% | 0.96% | - |
| XYZ | 49.5 | 73.28 | 23.34 | - |
| YUV | 202.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 99 | 0.34 | 0 | 0.59 | 0.04 | 93.93 | 0.87 | 0.67 |
| Hex | A2 | F4 | 63 | 22 | 0 | 3B | 4 | 5E | 57 | 43 |
| Octal | 242 | 364 | 143 | 42 | 0 | 73 | 4 | 136 | 127 | 103 |
| Binary | 10100010 | 11110100 | 1100011 | 100010 | 0 | 111011 | 100 | 1011110 | 1010111 | 1000011 |
Color Harmonies of #A2F463
Complementary color
Monochromatic Colors of #A2F463
Black with #A2F463
Text Example
Text Example
White with #A2F463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F463; }
p { color: rgb(162,244,99); }
H1.HeaderClassName
{
color: #A2F463;
}
.AnyTagClassName
{
color: #A2F463;
}
</style>
background-color css
<style>
a { background-color: #A2F463; }
a { background-color: rgb(162,244,99); }
div.DivClassName
{
background-color: #A2F463;
}
.BgClassName
{
background-color: #A2F463;
}
</style>
border-color css
<style>
span { border-color: #A2F463; }
span { border-color: rgb(162,244,99); }
td.TdClassName
{
border-color: #A2F463;
}
.TagClassName
{
border-color: #A2F463;
}
</style>