Shades of Conifer #A2E15B
Tints of Conifer #A2E15B
RGB
CMYK
RGB Variations
Color information
#A2E15B (or 0xA2E15B) is known color: Conifer. HEX triplet: A2, E1 and 5B. RGB value is (162,225,91). Sum of RGB (Red+Green+Blue) = 162+225+91=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E15B is #5D1EA4. Grayscale: #BFBFBF. Windows color (decimal): -6102693 or 6021538. OLE color: 6021538.
HSL color Cylindrical-coordinate representation of color #A2E15B: hue angle of 88.21º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2E15B is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 91 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.12 |
| HSL | 88.21º | 0.69% | 0.62% | - |
| HSV(B) | 88.21º | 0.6% | 0.88% | - |
| XYZ | 43.71 | 62.29 | 19.62 | - |
| YUV | 190.89 | 71.63 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 91 | 0.28 | 0 | 0.60 | 0.12 | 88.21 | 0.69 | 0.62 |
| Hex | A2 | E1 | 5B | 1C | 0 | 3C | C | 58 | 45 | 3E |
| Octal | 242 | 341 | 133 | 34 | 0 | 74 | 14 | 130 | 105 | 76 |
| Binary | 10100010 | 11100001 | 1011011 | 11100 | 0 | 111100 | 1100 | 1011000 | 1000101 | 111110 |
Color Harmonies of #A2E15B
Complementary color
Monochromatic Colors of #A2E15B
Black with #A2E15B
Text Example
Text Example
White with #A2E15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E15B; }
p { color: rgb(162,225,91); }
H1.HeaderClassName
{
color: #A2E15B;
}
.AnyTagClassName
{
color: #A2E15B;
}
</style>
background-color css
<style>
a { background-color: #A2E15B; }
a { background-color: rgb(162,225,91); }
div.DivClassName
{
background-color: #A2E15B;
}
.BgClassName
{
background-color: #A2E15B;
}
</style>
border-color css
<style>
span { border-color: #A2E15B; }
span { border-color: rgb(162,225,91); }
td.TdClassName
{
border-color: #A2E15B;
}
.TagClassName
{
border-color: #A2E15B;
}
</style>