Shades of Conifer #A0DD4F
Tints of Conifer #A0DD4F
RGB
CMYK
RGB Variations
Color information
#A0DD4F (or 0xA0DD4F) is known color: Conifer. HEX triplet: A0, DD and 4F. RGB value is (160,221,79). Sum of RGB (Red+Green+Blue) = 160+221+79=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD4F is #5F22B0. Grayscale: #BBBBBB. Windows color (decimal): -6234801 or 5234080. OLE color: 5234080.
HSL color Cylindrical-coordinate representation of color #A0DD4F: hue angle of 85.77º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0DD4F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 79 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.13 |
| HSL | 85.77º | 0.68% | 0.59% | - |
| HSV(B) | 85.77º | 0.64% | 0.87% | - |
| XYZ | 41.76 | 59.75 | 16.73 | - |
| YUV | 186.57 | 67.29 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 79 | 0.28 | 0 | 0.64 | 0.13 | 85.77 | 0.68 | 0.59 |
| Hex | A0 | DD | 4F | 1C | 0 | 40 | D | 56 | 44 | 3B |
| Octal | 240 | 335 | 117 | 34 | 0 | 100 | 15 | 126 | 104 | 73 |
| Binary | 10100000 | 11011101 | 1001111 | 11100 | 0 | 1000000 | 1101 | 1010110 | 1000100 | 111011 |
Color Harmonies of #A0DD4F
Complementary color
Monochromatic Colors of #A0DD4F
Black with #A0DD4F
Text Example
Text Example
White with #A0DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD4F; }
p { color: rgb(160,221,79); }
H1.HeaderClassName
{
color: #A0DD4F;
}
.AnyTagClassName
{
color: #A0DD4F;
}
</style>
background-color css
<style>
a { background-color: #A0DD4F; }
a { background-color: rgb(160,221,79); }
div.DivClassName
{
background-color: #A0DD4F;
}
.BgClassName
{
background-color: #A0DD4F;
}
</style>
border-color css
<style>
span { border-color: #A0DD4F; }
span { border-color: rgb(160,221,79); }
td.TdClassName
{
border-color: #A0DD4F;
}
.TagClassName
{
border-color: #A0DD4F;
}
</style>