Shades of Conifer #A2D54E
Tints of Conifer #A2D54E
RGB
CMYK
RGB Variations
Color information
#A2D54E (or 0xA2D54E) is known color: Conifer. HEX triplet: A2, D5 and 4E. RGB value is (162,213,78). Sum of RGB (Red+Green+Blue) = 162+213+78=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D54E is #5D2AB1. Grayscale: #B6B6B6. Windows color (decimal): -6105778 or 5166498. OLE color: 5166498.
HSL color Cylindrical-coordinate representation of color #A2D54E: hue angle of 82.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2D54E is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 78 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.16 |
| HSL | 82.67º | 0.62% | 0.57% | - |
| HSV(B) | 82.67º | 0.63% | 0.84% | - |
| XYZ | 40.07 | 55.82 | 15.87 | - |
| YUV | 182.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 78 | 0.24 | 0 | 0.63 | 0.16 | 82.67 | 0.62 | 0.57 |
| Hex | A2 | D5 | 4E | 18 | 0 | 3F | 10 | 53 | 3E | 39 |
| Octal | 242 | 325 | 116 | 30 | 0 | 77 | 20 | 123 | 76 | 71 |
| Binary | 10100010 | 11010101 | 1001110 | 11000 | 0 | 111111 | 10000 | 1010011 | 111110 | 111001 |
Color Harmonies of #A2D54E
Complementary color
Monochromatic Colors of #A2D54E
Black with #A2D54E
Text Example
Text Example
White with #A2D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D54E; }
p { color: rgb(162,213,78); }
H1.HeaderClassName
{
color: #A2D54E;
}
.AnyTagClassName
{
color: #A2D54E;
}
</style>
background-color css
<style>
a { background-color: #A2D54E; }
a { background-color: rgb(162,213,78); }
div.DivClassName
{
background-color: #A2D54E;
}
.BgClassName
{
background-color: #A2D54E;
}
</style>
border-color css
<style>
span { border-color: #A2D54E; }
span { border-color: rgb(162,213,78); }
td.TdClassName
{
border-color: #A2D54E;
}
.TagClassName
{
border-color: #A2D54E;
}
</style>