Shades of Conifer #A2DF4E
Tints of Conifer #A2DF4E
RGB
CMYK
RGB Variations
Color information
#A2DF4E (or 0xA2DF4E) is known color: Conifer. HEX triplet: A2, DF and 4E. RGB value is (162,223,78). Sum of RGB (Red+Green+Blue) = 162+223+78=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF4E is #5D20B1. Grayscale: #BCBCBC. Windows color (decimal): -6103218 or 5169058. OLE color: 5169058.
HSL color Cylindrical-coordinate representation of color #A2DF4E: hue angle of 85.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2DF4E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 78 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.13 |
| HSL | 85.24º | 0.69% | 0.59% | - |
| HSV(B) | 85.24º | 0.65% | 0.87% | - |
| XYZ | 42.66 | 61.01 | 16.73 | - |
| YUV | 188.23 | 65.79 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 78 | 0.27 | 0 | 0.65 | 0.13 | 85.24 | 0.69 | 0.59 |
| Hex | A2 | DF | 4E | 1B | 0 | 41 | D | 55 | 45 | 3B |
| Octal | 242 | 337 | 116 | 33 | 0 | 101 | 15 | 125 | 105 | 73 |
| Binary | 10100010 | 11011111 | 1001110 | 11011 | 0 | 1000001 | 1101 | 1010101 | 1000101 | 111011 |
Color Harmonies of #A2DF4E
Complementary color
Monochromatic Colors of #A2DF4E
Black with #A2DF4E
Text Example
Text Example
White with #A2DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF4E; }
p { color: rgb(162,223,78); }
H1.HeaderClassName
{
color: #A2DF4E;
}
.AnyTagClassName
{
color: #A2DF4E;
}
</style>
background-color css
<style>
a { background-color: #A2DF4E; }
a { background-color: rgb(162,223,78); }
div.DivClassName
{
background-color: #A2DF4E;
}
.BgClassName
{
background-color: #A2DF4E;
}
</style>
border-color css
<style>
span { border-color: #A2DF4E; }
span { border-color: rgb(162,223,78); }
td.TdClassName
{
border-color: #A2DF4E;
}
.TagClassName
{
border-color: #A2DF4E;
}
</style>