Shades of Conifer #A2E25F
Tints of Conifer #A2E25F
RGB
CMYK
RGB Variations
Color information
#A2E25F (or 0xA2E25F) is known color: Conifer. HEX triplet: A2, E2 and 5F. RGB value is (162,226,95). Sum of RGB (Red+Green+Blue) = 162+226+95=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E25F is #5D1DA0. Grayscale: #C0C0C0. Windows color (decimal): -6102433 or 6283938. OLE color: 6283938.
HSL color Cylindrical-coordinate representation of color #A2E25F: hue angle of 89.31º degrees, saturation: 0.69, 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 #A2E25F is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 226 | 95 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.11 |
| HSL | 89.31º | 0.69% | 0.63% | - |
| HSV(B) | 89.31º | 0.58% | 0.89% | - |
| XYZ | 44.16 | 62.9 | 20.64 | - |
| YUV | 191.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 95 | 0.28 | 0 | 0.58 | 0.11 | 89.31 | 0.69 | 0.63 |
| Hex | A2 | E2 | 5F | 1C | 0 | 3A | B | 59 | 45 | 3F |
| Octal | 242 | 342 | 137 | 34 | 0 | 72 | 13 | 131 | 105 | 77 |
| Binary | 10100010 | 11100010 | 1011111 | 11100 | 0 | 111010 | 1011 | 1011001 | 1000101 | 111111 |
Color Harmonies of #A2E25F
Complementary color
Monochromatic Colors of #A2E25F
Black with #A2E25F
Text Example
Text Example
White with #A2E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E25F; }
p { color: rgb(162,226,95); }
H1.HeaderClassName
{
color: #A2E25F;
}
.AnyTagClassName
{
color: #A2E25F;
}
</style>
background-color css
<style>
a { background-color: #A2E25F; }
a { background-color: rgb(162,226,95); }
div.DivClassName
{
background-color: #A2E25F;
}
.BgClassName
{
background-color: #A2E25F;
}
</style>
border-color css
<style>
span { border-color: #A2E25F; }
span { border-color: rgb(162,226,95); }
td.TdClassName
{
border-color: #A2E25F;
}
.TagClassName
{
border-color: #A2E25F;
}
</style>