Shades of Conifer #A0DD64
Tints of Conifer #A0DD64
RGB
CMYK
RGB Variations
Color information
#A0DD64 (or 0xA0DD64) is known color: Conifer. HEX triplet: A0, DD and 64. RGB value is (160,221,100). Sum of RGB (Red+Green+Blue) = 160+221+100=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD64 is #5F229B. Grayscale: #BDBDBD. Windows color (decimal): -6234780 or 6610336. OLE color: 6610336.
HSL color Cylindrical-coordinate representation of color #A0DD64: hue angle of 90.25º degrees, saturation: 0.64, 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 #A0DD64 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 100 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.13 |
| HSL | 90.25º | 0.64% | 0.63% | - |
| HSV(B) | 90.25º | 0.55% | 0.87% | - |
| XYZ | 42.65 | 60.11 | 21.41 | - |
| YUV | 188.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 100 | 0.28 | 0 | 0.55 | 0.13 | 90.25 | 0.64 | 0.63 |
| Hex | A0 | DD | 64 | 1C | 0 | 37 | D | 5A | 40 | 3F |
| Octal | 240 | 335 | 144 | 34 | 0 | 67 | 15 | 132 | 100 | 77 |
| Binary | 10100000 | 11011101 | 1100100 | 11100 | 0 | 110111 | 1101 | 1011010 | 1000000 | 111111 |
Color Harmonies of #A0DD64
Complementary color
Monochromatic Colors of #A0DD64
Black with #A0DD64
Text Example
Text Example
White with #A0DD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD64; }
p { color: rgb(160,221,100); }
H1.HeaderClassName
{
color: #A0DD64;
}
.AnyTagClassName
{
color: #A0DD64;
}
</style>
background-color css
<style>
a { background-color: #A0DD64; }
a { background-color: rgb(160,221,100); }
div.DivClassName
{
background-color: #A0DD64;
}
.BgClassName
{
background-color: #A0DD64;
}
</style>
border-color css
<style>
span { border-color: #A0DD64; }
span { border-color: rgb(160,221,100); }
td.TdClassName
{
border-color: #A0DD64;
}
.TagClassName
{
border-color: #A0DD64;
}
</style>