Shades of Conifer #A2DB57
Tints of Conifer #A2DB57
RGB
CMYK
RGB Variations
Color information
#A2DB57 (or 0xA2DB57) is known color: Conifer. HEX triplet: A2, DB and 57. RGB value is (162,219,87). Sum of RGB (Red+Green+Blue) = 162+219+87=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB57 is #5D24A8. Grayscale: #BBBBBB. Windows color (decimal): -6104233 or 5757858. OLE color: 5757858.
HSL color Cylindrical-coordinate representation of color #A2DB57: hue angle of 85.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2DB57 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 87 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.14 |
| HSL | 85.91º | 0.65% | 0.6% | - |
| HSV(B) | 85.91º | 0.6% | 0.86% | - |
| XYZ | 41.95 | 59.03 | 18.2 | - |
| YUV | 186.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 87 | 0.26 | 0 | 0.60 | 0.14 | 85.91 | 0.65 | 0.6 |
| Hex | A2 | DB | 57 | 1A | 0 | 3C | E | 56 | 41 | 3C |
| Octal | 242 | 333 | 127 | 32 | 0 | 74 | 16 | 126 | 101 | 74 |
| Binary | 10100010 | 11011011 | 1010111 | 11010 | 0 | 111100 | 1110 | 1010110 | 1000001 | 111100 |
Color Harmonies of #A2DB57
Complementary color
Monochromatic Colors of #A2DB57
Black with #A2DB57
Text Example
Text Example
White with #A2DB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB57; }
p { color: rgb(162,219,87); }
H1.HeaderClassName
{
color: #A2DB57;
}
.AnyTagClassName
{
color: #A2DB57;
}
</style>
background-color css
<style>
a { background-color: #A2DB57; }
a { background-color: rgb(162,219,87); }
div.DivClassName
{
background-color: #A2DB57;
}
.BgClassName
{
background-color: #A2DB57;
}
</style>
border-color css
<style>
span { border-color: #A2DB57; }
span { border-color: rgb(162,219,87); }
td.TdClassName
{
border-color: #A2DB57;
}
.TagClassName
{
border-color: #A2DB57;
}
</style>