Shades of Conifer #A0DD4A
Tints of Conifer #A0DD4A
RGB
CMYK
RGB Variations
Color information
#A0DD4A (or 0xA0DD4A) is known color: Conifer. HEX triplet: A0, DD and 4A. RGB value is (160,221,74). Sum of RGB (Red+Green+Blue) = 160+221+74=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD4A is #5F22B5. Grayscale: #BABABA. Windows color (decimal): -6234806 or 4906400. OLE color: 4906400.
HSL color Cylindrical-coordinate representation of color #A0DD4A: hue angle of 84.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0DD4A is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 74 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.13 |
| HSL | 84.9º | 0.68% | 0.58% | - |
| HSV(B) | 84.9º | 0.67% | 0.87% | - |
| XYZ | 41.59 | 59.68 | 15.81 | - |
| YUV | 186 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 74 | 0.28 | 0 | 0.67 | 0.13 | 84.9 | 0.68 | 0.58 |
| Hex | A0 | DD | 4A | 1C | 0 | 43 | D | 55 | 44 | 3A |
| Octal | 240 | 335 | 112 | 34 | 0 | 103 | 15 | 125 | 104 | 72 |
| Binary | 10100000 | 11011101 | 1001010 | 11100 | 0 | 1000011 | 1101 | 1010101 | 1000100 | 111010 |
Color Harmonies of #A0DD4A
Complementary color
Monochromatic Colors of #A0DD4A
Black with #A0DD4A
Text Example
Text Example
White with #A0DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD4A; }
p { color: rgb(160,221,74); }
H1.HeaderClassName
{
color: #A0DD4A;
}
.AnyTagClassName
{
color: #A0DD4A;
}
</style>
background-color css
<style>
a { background-color: #A0DD4A; }
a { background-color: rgb(160,221,74); }
div.DivClassName
{
background-color: #A0DD4A;
}
.BgClassName
{
background-color: #A0DD4A;
}
</style>
border-color css
<style>
span { border-color: #A0DD4A; }
span { border-color: rgb(160,221,74); }
td.TdClassName
{
border-color: #A0DD4A;
}
.TagClassName
{
border-color: #A0DD4A;
}
</style>