Shades of Conifer #A8DB5B
Tints of Conifer #A8DB5B
RGB
CMYK
RGB Variations
Color information
#A8DB5B (or 0xA8DB5B) is known color: Conifer. HEX triplet: A8, DB and 5B. RGB value is (168,219,91). Sum of RGB (Red+Green+Blue) = 168+219+91=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB5B is #5724A4. Grayscale: #BDBDBD. Windows color (decimal): -5711013 or 6020008. OLE color: 6020008.
HSL color Cylindrical-coordinate representation of color #A8DB5B: hue angle of 83.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8DB5B is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 91 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.14 |
| HSL | 83.91º | 0.64% | 0.61% | - |
| HSV(B) | 83.91º | 0.58% | 0.86% | - |
| XYZ | 43.37 | 59.74 | 19.14 | - |
| YUV | 189.16 | 72.6 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 91 | 0.23 | 0 | 0.58 | 0.14 | 83.91 | 0.64 | 0.61 |
| Hex | A8 | DB | 5B | 17 | 0 | 3A | E | 54 | 40 | 3D |
| Octal | 250 | 333 | 133 | 27 | 0 | 72 | 16 | 124 | 100 | 75 |
| Binary | 10101000 | 11011011 | 1011011 | 10111 | 0 | 111010 | 1110 | 1010100 | 1000000 | 111101 |
Color Harmonies of #A8DB5B
Complementary color
Monochromatic Colors of #A8DB5B
Black with #A8DB5B
Text Example
Text Example
White with #A8DB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB5B; }
p { color: rgb(168,219,91); }
H1.HeaderClassName
{
color: #A8DB5B;
}
.AnyTagClassName
{
color: #A8DB5B;
}
</style>
background-color css
<style>
a { background-color: #A8DB5B; }
a { background-color: rgb(168,219,91); }
div.DivClassName
{
background-color: #A8DB5B;
}
.BgClassName
{
background-color: #A8DB5B;
}
</style>
border-color css
<style>
span { border-color: #A8DB5B; }
span { border-color: rgb(168,219,91); }
td.TdClassName
{
border-color: #A8DB5B;
}
.TagClassName
{
border-color: #A8DB5B;
}
</style>