Shades of Conifer #A2E55F
Tints of Conifer #A2E55F
RGB
CMYK
RGB Variations
Color information
#A2E55F (or 0xA2E55F) is known color: Conifer. HEX triplet: A2, E5 and 5F. RGB value is (162,229,95). Sum of RGB (Red+Green+Blue) = 162+229+95=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E55F is #5D1AA0. Grayscale: #C2C2C2. Windows color (decimal): -6101665 or 6284706. OLE color: 6284706.
HSL color Cylindrical-coordinate representation of color #A2E55F: hue angle of 90º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2E55F is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 95 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.10 |
| HSL | 90º | 0.72% | 0.64% | - |
| HSV(B) | 90º | 0.59% | 0.9% | - |
| XYZ | 44.99 | 64.55 | 20.91 | - |
| YUV | 193.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 95 | 0.29 | 0 | 0.59 | 0.10 | 90 | 0.72 | 0.64 |
| Hex | A2 | E5 | 5F | 1D | 0 | 3B | A | 5A | 48 | 40 |
| Octal | 242 | 345 | 137 | 35 | 0 | 73 | 12 | 132 | 110 | 100 |
| Binary | 10100010 | 11100101 | 1011111 | 11101 | 0 | 111011 | 1010 | 1011010 | 1001000 | 1000000 |
Color Harmonies of #A2E55F
Complementary color
Monochromatic Colors of #A2E55F
Black with #A2E55F
Text Example
Text Example
White with #A2E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E55F; }
p { color: rgb(162,229,95); }
H1.HeaderClassName
{
color: #A2E55F;
}
.AnyTagClassName
{
color: #A2E55F;
}
</style>
background-color css
<style>
a { background-color: #A2E55F; }
a { background-color: rgb(162,229,95); }
div.DivClassName
{
background-color: #A2E55F;
}
.BgClassName
{
background-color: #A2E55F;
}
</style>
border-color css
<style>
span { border-color: #A2E55F; }
span { border-color: rgb(162,229,95); }
td.TdClassName
{
border-color: #A2E55F;
}
.TagClassName
{
border-color: #A2E55F;
}
</style>