Shades of Conifer #A2E35F
Tints of Conifer #A2E35F
RGB
CMYK
RGB Variations
Color information
#A2E35F (or 0xA2E35F) is known color: Conifer. HEX triplet: A2, E3 and 5F. RGB value is (162,227,95). Sum of RGB (Red+Green+Blue) = 162+227+95=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E35F is #5D1CA0. Grayscale: #C0C0C0. Windows color (decimal): -6102177 or 6284194. OLE color: 6284194.
HSL color Cylindrical-coordinate representation of color #A2E35F: hue angle of 89.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2E35F is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 227 | 95 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.11 |
| HSL | 89.55º | 0.7% | 0.63% | - |
| HSV(B) | 89.55º | 0.58% | 0.89% | - |
| XYZ | 44.43 | 63.45 | 20.73 | - |
| YUV | 192.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 95 | 0.29 | 0 | 0.58 | 0.11 | 89.55 | 0.7 | 0.63 |
| Hex | A2 | E3 | 5F | 1D | 0 | 3A | B | 5A | 46 | 3F |
| Octal | 242 | 343 | 137 | 35 | 0 | 72 | 13 | 132 | 106 | 77 |
| Binary | 10100010 | 11100011 | 1011111 | 11101 | 0 | 111010 | 1011 | 1011010 | 1000110 | 111111 |
Color Harmonies of #A2E35F
Complementary color
Monochromatic Colors of #A2E35F
Black with #A2E35F
Text Example
Text Example
White with #A2E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E35F; }
p { color: rgb(162,227,95); }
H1.HeaderClassName
{
color: #A2E35F;
}
.AnyTagClassName
{
color: #A2E35F;
}
</style>
background-color css
<style>
a { background-color: #A2E35F; }
a { background-color: rgb(162,227,95); }
div.DivClassName
{
background-color: #A2E35F;
}
.BgClassName
{
background-color: #A2E35F;
}
</style>
border-color css
<style>
span { border-color: #A2E35F; }
span { border-color: rgb(162,227,95); }
td.TdClassName
{
border-color: #A2E35F;
}
.TagClassName
{
border-color: #A2E35F;
}
</style>