Shades of Conifer #A2F259
Tints of Conifer #A2F259
RGB
CMYK
RGB Variations
Color information
#A2F259 (or 0xA2F259) is known color: Conifer. HEX triplet: A2, F2 and 59. RGB value is (162,242,89). Sum of RGB (Red+Green+Blue) = 162+242+89=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F259 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F259 is #5D0DA6. Grayscale: #C9C9C9. Windows color (decimal): -6098343 or 5894818. OLE color: 5894818.
HSL color Cylindrical-coordinate representation of color #A2F259: hue angle of 91.37º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2F259 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 89 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.05 |
| HSL | 91.37º | 0.85% | 0.65% | - |
| HSV(B) | 91.37º | 0.63% | 0.95% | - |
| XYZ | 48.46 | 71.91 | 20.78 | - |
| YUV | 200.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 89 | 0.33 | 0 | 0.63 | 0.05 | 91.37 | 0.85 | 0.65 |
| Hex | A2 | F2 | 59 | 21 | 0 | 3F | 5 | 5B | 55 | 41 |
| Octal | 242 | 362 | 131 | 41 | 0 | 77 | 5 | 133 | 125 | 101 |
| Binary | 10100010 | 11110010 | 1011001 | 100001 | 0 | 111111 | 101 | 1011011 | 1010101 | 1000001 |
Color Harmonies of #A2F259
Complementary color
Monochromatic Colors of #A2F259
Black with #A2F259
Text Example
Text Example
White with #A2F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F259; }
p { color: rgb(162,242,89); }
H1.HeaderClassName
{
color: #A2F259;
}
.AnyTagClassName
{
color: #A2F259;
}
</style>
background-color css
<style>
a { background-color: #A2F259; }
a { background-color: rgb(162,242,89); }
div.DivClassName
{
background-color: #A2F259;
}
.BgClassName
{
background-color: #A2F259;
}
</style>
border-color css
<style>
span { border-color: #A2F259; }
span { border-color: rgb(162,242,89); }
td.TdClassName
{
border-color: #A2F259;
}
.TagClassName
{
border-color: #A2F259;
}
</style>