Shades of Conifer #A2DB64
Tints of Conifer #A2DB64
RGB
CMYK
RGB Variations
Color information
#A2DB64 (or 0xA2DB64) is known color: Conifer. HEX triplet: A2, DB and 64. RGB value is (162,219,100). Sum of RGB (Red+Green+Blue) = 162+219+100=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB64 is #5D249B. Grayscale: #BCBCBC. Windows color (decimal): -6104220 or 6609826. OLE color: 6609826.
HSL color Cylindrical-coordinate representation of color #A2DB64: hue angle of 88.74º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2DB64 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 100 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.14 |
| HSL | 88.74º | 0.62% | 0.63% | - |
| HSV(B) | 88.74º | 0.54% | 0.86% | - |
| XYZ | 42.53 | 59.26 | 21.25 | - |
| YUV | 188.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 100 | 0.26 | 0 | 0.54 | 0.14 | 88.74 | 0.62 | 0.63 |
| Hex | A2 | DB | 64 | 1A | 0 | 36 | E | 59 | 3E | 3F |
| Octal | 242 | 333 | 144 | 32 | 0 | 66 | 16 | 131 | 76 | 77 |
| Binary | 10100010 | 11011011 | 1100100 | 11010 | 0 | 110110 | 1110 | 1011001 | 111110 | 111111 |
Color Harmonies of #A2DB64
Complementary color
Monochromatic Colors of #A2DB64
Black with #A2DB64
Text Example
Text Example
White with #A2DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DB64; }
p { color: rgb(162,219,100); }
H1.HeaderClassName
{
color: #A2DB64;
}
.AnyTagClassName
{
color: #A2DB64;
}
</style>
background-color css
<style>
a { background-color: #A2DB64; }
a { background-color: rgb(162,219,100); }
div.DivClassName
{
background-color: #A2DB64;
}
.BgClassName
{
background-color: #A2DB64;
}
</style>
border-color css
<style>
span { border-color: #A2DB64; }
span { border-color: rgb(162,219,100); }
td.TdClassName
{
border-color: #A2DB64;
}
.TagClassName
{
border-color: #A2DB64;
}
</style>