Shades of Conifer #A2DE64
Tints of Conifer #A2DE64
RGB
CMYK
RGB Variations
Color information
#A2DE64 (or 0xA2DE64) is known color: Conifer. HEX triplet: A2, DE and 64. RGB value is (162,222,100). Sum of RGB (Red+Green+Blue) = 162+222+100=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DE64 is #5D219B. Grayscale: #BEBEBE. Windows color (decimal): -6103452 or 6610594. OLE color: 6610594.
HSL color Cylindrical-coordinate representation of color #A2DE64: hue angle of 89.51º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2DE64 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 100 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.13 |
| HSL | 89.51º | 0.65% | 0.63% | - |
| HSV(B) | 89.51º | 0.55% | 0.87% | - |
| XYZ | 43.32 | 60.84 | 21.52 | - |
| YUV | 190.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 100 | 0.27 | 0 | 0.55 | 0.13 | 89.51 | 0.65 | 0.63 |
| Hex | A2 | DE | 64 | 1B | 0 | 37 | D | 5A | 41 | 3F |
| Octal | 242 | 336 | 144 | 33 | 0 | 67 | 15 | 132 | 101 | 77 |
| Binary | 10100010 | 11011110 | 1100100 | 11011 | 0 | 110111 | 1101 | 1011010 | 1000001 | 111111 |
Color Harmonies of #A2DE64
Complementary color
Monochromatic Colors of #A2DE64
Black with #A2DE64
Text Example
Text Example
White with #A2DE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DE64; }
p { color: rgb(162,222,100); }
H1.HeaderClassName
{
color: #A2DE64;
}
.AnyTagClassName
{
color: #A2DE64;
}
</style>
background-color css
<style>
a { background-color: #A2DE64; }
a { background-color: rgb(162,222,100); }
div.DivClassName
{
background-color: #A2DE64;
}
.BgClassName
{
background-color: #A2DE64;
}
</style>
border-color css
<style>
span { border-color: #A2DE64; }
span { border-color: rgb(162,222,100); }
td.TdClassName
{
border-color: #A2DE64;
}
.TagClassName
{
border-color: #A2DE64;
}
</style>