Shades of Conifer #A0DB4B
Tints of Conifer #A0DB4B
RGB
CMYK
RGB Variations
Color information
#A0DB4B (or 0xA0DB4B) is known color: Conifer. HEX triplet: A0, DB and 4B. RGB value is (160,219,75). Sum of RGB (Red+Green+Blue) = 160+219+75=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DB4B is #5F24B4. Grayscale: #B9B9B9. Windows color (decimal): -6235317 or 4971424. OLE color: 4971424.
HSL color Cylindrical-coordinate representation of color #A0DB4B: hue angle of 84.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0DB4B is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 75 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.14 |
| HSL | 84.58º | 0.67% | 0.58% | - |
| HSV(B) | 84.58º | 0.66% | 0.86% | - |
| XYZ | 41.1 | 58.64 | 15.81 | - |
| YUV | 184.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 75 | 0.27 | 0 | 0.66 | 0.14 | 84.58 | 0.67 | 0.58 |
| Hex | A0 | DB | 4B | 1B | 0 | 42 | E | 55 | 43 | 3A |
| Octal | 240 | 333 | 113 | 33 | 0 | 102 | 16 | 125 | 103 | 72 |
| Binary | 10100000 | 11011011 | 1001011 | 11011 | 0 | 1000010 | 1110 | 1010101 | 1000011 | 111010 |
Color Harmonies of #A0DB4B
Complementary color
Monochromatic Colors of #A0DB4B
Black with #A0DB4B
Text Example
Text Example
White with #A0DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB4B; }
p { color: rgb(160,219,75); }
H1.HeaderClassName
{
color: #A0DB4B;
}
.AnyTagClassName
{
color: #A0DB4B;
}
</style>
background-color css
<style>
a { background-color: #A0DB4B; }
a { background-color: rgb(160,219,75); }
div.DivClassName
{
background-color: #A0DB4B;
}
.BgClassName
{
background-color: #A0DB4B;
}
</style>
border-color css
<style>
span { border-color: #A0DB4B; }
span { border-color: rgb(160,219,75); }
td.TdClassName
{
border-color: #A0DB4B;
}
.TagClassName
{
border-color: #A0DB4B;
}
</style>