Shades of Conifer #A0DD5B
Tints of Conifer #A0DD5B
RGB
CMYK
RGB Variations
Color information
#A0DD5B (or 0xA0DD5B) is known color: Conifer. HEX triplet: A0, DD and 5B. RGB value is (160,221,91). Sum of RGB (Red+Green+Blue) = 160+221+91=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD5B is #5F22A4. Grayscale: #BCBCBC. Windows color (decimal): -6234789 or 6020512. OLE color: 6020512.
HSL color Cylindrical-coordinate representation of color #A0DD5B: hue angle of 88.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0DD5B is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 91 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.13 |
| HSL | 88.15º | 0.66% | 0.61% | - |
| HSV(B) | 88.15º | 0.59% | 0.87% | - |
| XYZ | 42.24 | 59.94 | 19.24 | - |
| YUV | 187.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 91 | 0.28 | 0 | 0.59 | 0.13 | 88.15 | 0.66 | 0.61 |
| Hex | A0 | DD | 5B | 1C | 0 | 3B | D | 58 | 42 | 3D |
| Octal | 240 | 335 | 133 | 34 | 0 | 73 | 15 | 130 | 102 | 75 |
| Binary | 10100000 | 11011101 | 1011011 | 11100 | 0 | 111011 | 1101 | 1011000 | 1000010 | 111101 |
Color Harmonies of #A0DD5B
Complementary color
Monochromatic Colors of #A0DD5B
Black with #A0DD5B
Text Example
Text Example
White with #A0DD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD5B; }
p { color: rgb(160,221,91); }
H1.HeaderClassName
{
color: #A0DD5B;
}
.AnyTagClassName
{
color: #A0DD5B;
}
</style>
background-color css
<style>
a { background-color: #A0DD5B; }
a { background-color: rgb(160,221,91); }
div.DivClassName
{
background-color: #A0DD5B;
}
.BgClassName
{
background-color: #A0DD5B;
}
</style>
border-color css
<style>
span { border-color: #A0DD5B; }
span { border-color: rgb(160,221,91); }
td.TdClassName
{
border-color: #A0DD5B;
}
.TagClassName
{
border-color: #A0DD5B;
}
</style>