Shades of Conifer #A8DB4D
Tints of Conifer #A8DB4D
RGB
CMYK
RGB Variations
Color information
#A8DB4D (or 0xA8DB4D) is known color: Conifer. HEX triplet: A8, DB and 4D. RGB value is (168,219,77). Sum of RGB (Red+Green+Blue) = 168+219+77=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB4D is #5724B2. Grayscale: #BCBCBC. Windows color (decimal): -5711027 or 5102504. OLE color: 5102504.
HSL color Cylindrical-coordinate representation of color #A8DB4D: hue angle of 81.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8DB4D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 77 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.14 |
| HSL | 81.55º | 0.66% | 0.58% | - |
| HSV(B) | 81.55º | 0.65% | 0.86% | - |
| XYZ | 42.82 | 59.52 | 16.25 | - |
| YUV | 187.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 77 | 0.23 | 0 | 0.65 | 0.14 | 81.55 | 0.66 | 0.58 |
| Hex | A8 | DB | 4D | 17 | 0 | 41 | E | 52 | 42 | 3A |
| Octal | 250 | 333 | 115 | 27 | 0 | 101 | 16 | 122 | 102 | 72 |
| Binary | 10101000 | 11011011 | 1001101 | 10111 | 0 | 1000001 | 1110 | 1010010 | 1000010 | 111010 |
Color Harmonies of #A8DB4D
Complementary color
Monochromatic Colors of #A8DB4D
Black with #A8DB4D
Text Example
Text Example
White with #A8DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB4D; }
p { color: rgb(168,219,77); }
H1.HeaderClassName
{
color: #A8DB4D;
}
.AnyTagClassName
{
color: #A8DB4D;
}
</style>
background-color css
<style>
a { background-color: #A8DB4D; }
a { background-color: rgb(168,219,77); }
div.DivClassName
{
background-color: #A8DB4D;
}
.BgClassName
{
background-color: #A8DB4D;
}
</style>
border-color css
<style>
span { border-color: #A8DB4D; }
span { border-color: rgb(168,219,77); }
td.TdClassName
{
border-color: #A8DB4D;
}
.TagClassName
{
border-color: #A8DB4D;
}
</style>