Shades of Conifer #A8DB5A
Tints of Conifer #A8DB5A
RGB
CMYK
RGB Variations
Color information
#A8DB5A (or 0xA8DB5A) is known color: Conifer. HEX triplet: A8, DB and 5A. RGB value is (168,219,90). Sum of RGB (Red+Green+Blue) = 168+219+90=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB5A is #5724A5. Grayscale: #BDBDBD. Windows color (decimal): -5711014 or 5954472. OLE color: 5954472.
HSL color Cylindrical-coordinate representation of color #A8DB5A: hue angle of 83.72º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8DB5A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 90 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.14 |
| HSL | 83.72º | 0.64% | 0.61% | - |
| HSV(B) | 83.72º | 0.59% | 0.86% | - |
| XYZ | 43.33 | 59.73 | 18.92 | - |
| YUV | 189.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 90 | 0.23 | 0 | 0.59 | 0.14 | 83.72 | 0.64 | 0.61 |
| Hex | A8 | DB | 5A | 17 | 0 | 3B | E | 54 | 40 | 3D |
| Octal | 250 | 333 | 132 | 27 | 0 | 73 | 16 | 124 | 100 | 75 |
| Binary | 10101000 | 11011011 | 1011010 | 10111 | 0 | 111011 | 1110 | 1010100 | 1000000 | 111101 |
Color Harmonies of #A8DB5A
Complementary color
Monochromatic Colors of #A8DB5A
Black with #A8DB5A
Text Example
Text Example
White with #A8DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB5A; }
p { color: rgb(168,219,90); }
H1.HeaderClassName
{
color: #A8DB5A;
}
.AnyTagClassName
{
color: #A8DB5A;
}
</style>
background-color css
<style>
a { background-color: #A8DB5A; }
a { background-color: rgb(168,219,90); }
div.DivClassName
{
background-color: #A8DB5A;
}
.BgClassName
{
background-color: #A8DB5A;
}
</style>
border-color css
<style>
span { border-color: #A8DB5A; }
span { border-color: rgb(168,219,90); }
td.TdClassName
{
border-color: #A8DB5A;
}
.TagClassName
{
border-color: #A8DB5A;
}
</style>