Shades of Conifer #A2F159
Tints of Conifer #A2F159
RGB
CMYK
RGB Variations
Color information
#A2F159 (or 0xA2F159) is known color: Conifer. HEX triplet: A2, F1 and 59. RGB value is (162,241,89). Sum of RGB (Red+Green+Blue) = 162+241+89=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F159 is #5D0EA6. Grayscale: #C8C8C8. Windows color (decimal): -6098599 or 5894562. OLE color: 5894562.
HSL color Cylindrical-coordinate representation of color #A2F159: hue angle of 91.18º degrees, saturation: 0.84, 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 #A2F159 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 89 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.05 |
| HSL | 91.18º | 0.84% | 0.65% | - |
| HSV(B) | 91.18º | 0.63% | 0.95% | - |
| XYZ | 48.16 | 71.31 | 20.68 | - |
| YUV | 200.05 | 65.33 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 89 | 0.33 | 0 | 0.63 | 0.05 | 91.18 | 0.84 | 0.65 |
| Hex | A2 | F1 | 59 | 21 | 0 | 3F | 5 | 5B | 54 | 41 |
| Octal | 242 | 361 | 131 | 41 | 0 | 77 | 5 | 133 | 124 | 101 |
| Binary | 10100010 | 11110001 | 1011001 | 100001 | 0 | 111111 | 101 | 1011011 | 1010100 | 1000001 |
Color Harmonies of #A2F159
Complementary color
Monochromatic Colors of #A2F159
Black with #A2F159
Text Example
Text Example
White with #A2F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F159; }
p { color: rgb(162,241,89); }
H1.HeaderClassName
{
color: #A2F159;
}
.AnyTagClassName
{
color: #A2F159;
}
</style>
background-color css
<style>
a { background-color: #A2F159; }
a { background-color: rgb(162,241,89); }
div.DivClassName
{
background-color: #A2F159;
}
.BgClassName
{
background-color: #A2F159;
}
</style>
border-color css
<style>
span { border-color: #A2F159; }
span { border-color: rgb(162,241,89); }
td.TdClassName
{
border-color: #A2F159;
}
.TagClassName
{
border-color: #A2F159;
}
</style>