Shades of Conifer #A2F15A
Tints of Conifer #A2F15A
RGB
CMYK
RGB Variations
Color information
#A2F15A (or 0xA2F15A) is known color: Conifer. HEX triplet: A2, F1 and 5A. RGB value is (162,241,90). Sum of RGB (Red+Green+Blue) = 162+241+90=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F15A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F15A is #5D0EA5. Grayscale: #C8C8C8. Windows color (decimal): -6098598 or 5960098. OLE color: 5960098.
HSL color Cylindrical-coordinate representation of color #A2F15A: hue angle of 91.39º 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 #A2F15A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 90 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.05 |
| HSL | 91.39º | 0.84% | 0.65% | - |
| HSV(B) | 91.39º | 0.63% | 0.95% | - |
| XYZ | 48.2 | 71.33 | 20.9 | - |
| YUV | 200.17 | 65.83 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 90 | 0.33 | 0 | 0.63 | 0.05 | 91.39 | 0.84 | 0.65 |
| Hex | A2 | F1 | 5A | 21 | 0 | 3F | 5 | 5B | 54 | 41 |
| Octal | 242 | 361 | 132 | 41 | 0 | 77 | 5 | 133 | 124 | 101 |
| Binary | 10100010 | 11110001 | 1011010 | 100001 | 0 | 111111 | 101 | 1011011 | 1010100 | 1000001 |
Color Harmonies of #A2F15A
Complementary color
Monochromatic Colors of #A2F15A
Black with #A2F15A
Text Example
Text Example
White with #A2F15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F15A; }
p { color: rgb(162,241,90); }
H1.HeaderClassName
{
color: #A2F15A;
}
.AnyTagClassName
{
color: #A2F15A;
}
</style>
background-color css
<style>
a { background-color: #A2F15A; }
a { background-color: rgb(162,241,90); }
div.DivClassName
{
background-color: #A2F15A;
}
.BgClassName
{
background-color: #A2F15A;
}
</style>
border-color css
<style>
span { border-color: #A2F15A; }
span { border-color: rgb(162,241,90); }
td.TdClassName
{
border-color: #A2F15A;
}
.TagClassName
{
border-color: #A2F15A;
}
</style>