Shades of Conifer #A2F659
Tints of Conifer #A2F659
RGB
CMYK
RGB Variations
Color information
#A2F659 (or 0xA2F659) is known color: Conifer. HEX triplet: A2, F6 and 59. RGB value is (162,246,89). Sum of RGB (Red+Green+Blue) = 162+246+89=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F659 is #5D09A6. Grayscale: #CBCBCB. Windows color (decimal): -6097319 or 5895842. OLE color: 5895842.
HSL color Cylindrical-coordinate representation of color #A2F659: hue angle of 92.1º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2F659 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 89 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.04 |
| HSL | 92.1º | 0.9% | 0.66% | - |
| HSV(B) | 92.1º | 0.64% | 0.96% | - |
| XYZ | 49.66 | 74.31 | 21.18 | - |
| YUV | 202.99 | 63.67 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 89 | 0.34 | 0 | 0.64 | 0.04 | 92.1 | 0.9 | 0.66 |
| Hex | A2 | F6 | 59 | 22 | 0 | 40 | 4 | 5C | 5A | 42 |
| Octal | 242 | 366 | 131 | 42 | 0 | 100 | 4 | 134 | 132 | 102 |
| Binary | 10100010 | 11110110 | 1011001 | 100010 | 0 | 1000000 | 100 | 1011100 | 1011010 | 1000010 |
Color Harmonies of #A2F659
Complementary color
Monochromatic Colors of #A2F659
Black with #A2F659
Text Example
Text Example
White with #A2F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F659; }
p { color: rgb(162,246,89); }
H1.HeaderClassName
{
color: #A2F659;
}
.AnyTagClassName
{
color: #A2F659;
}
</style>
background-color css
<style>
a { background-color: #A2F659; }
a { background-color: rgb(162,246,89); }
div.DivClassName
{
background-color: #A2F659;
}
.BgClassName
{
background-color: #A2F659;
}
</style>
border-color css
<style>
span { border-color: #A2F659; }
span { border-color: rgb(162,246,89); }
td.TdClassName
{
border-color: #A2F659;
}
.TagClassName
{
border-color: #A2F659;
}
</style>