Shades of Conifer #A2F961
Tints of Conifer #A2F961
RGB
CMYK
RGB Variations
Color information
#A2F961 (or 0xA2F961) is known color: Conifer. HEX triplet: A2, F9 and 61. RGB value is (162,249,97). Sum of RGB (Red+Green+Blue) = 162+249+97=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F961 is #5D069E. Grayscale: #CECECE. Windows color (decimal): -6096543 or 6420898. OLE color: 6420898.
HSL color Cylindrical-coordinate representation of color #A2F961: hue angle of 94.34º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2F961 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 97 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.02 |
| HSL | 94.34º | 0.93% | 0.68% | - |
| HSV(B) | 94.34º | 0.61% | 0.98% | - |
| XYZ | 50.93 | 76.3 | 23.35 | - |
| YUV | 205.66 | 66.68 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 97 | 0.35 | 0 | 0.61 | 0.02 | 94.34 | 0.93 | 0.68 |
| Hex | A2 | F9 | 61 | 23 | 0 | 3D | 2 | 5E | 5D | 44 |
| Octal | 242 | 371 | 141 | 43 | 0 | 75 | 2 | 136 | 135 | 104 |
| Binary | 10100010 | 11111001 | 1100001 | 100011 | 0 | 111101 | 10 | 1011110 | 1011101 | 1000100 |
Color Harmonies of #A2F961
Complementary color
Monochromatic Colors of #A2F961
Black with #A2F961
Text Example
Text Example
White with #A2F961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F961; }
p { color: rgb(162,249,97); }
H1.HeaderClassName
{
color: #A2F961;
}
.AnyTagClassName
{
color: #A2F961;
}
</style>
background-color css
<style>
a { background-color: #A2F961; }
a { background-color: rgb(162,249,97); }
div.DivClassName
{
background-color: #A2F961;
}
.BgClassName
{
background-color: #A2F961;
}
</style>
border-color css
<style>
span { border-color: #A2F961; }
span { border-color: rgb(162,249,97); }
td.TdClassName
{
border-color: #A2F961;
}
.TagClassName
{
border-color: #A2F961;
}
</style>