Shades of Conifer #A8DB51
Tints of Conifer #A8DB51
RGB
CMYK
RGB Variations
Color information
#A8DB51 (or 0xA8DB51) is known color: Conifer. HEX triplet: A8, DB and 51. RGB value is (168,219,81). Sum of RGB (Red+Green+Blue) = 168+219+81=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB51 is #5724AE. Grayscale: #BCBCBC. Windows color (decimal): -5711023 or 5364648. OLE color: 5364648.
HSL color Cylindrical-coordinate representation of color #A8DB51: hue angle of 82.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8DB51 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 81 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.14 |
| HSL | 82.17º | 0.66% | 0.59% | - |
| HSV(B) | 82.17º | 0.63% | 0.86% | - |
| XYZ | 42.97 | 59.58 | 17.02 | - |
| YUV | 188.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 81 | 0.23 | 0 | 0.63 | 0.14 | 82.17 | 0.66 | 0.59 |
| Hex | A8 | DB | 51 | 17 | 0 | 3F | E | 52 | 42 | 3B |
| Octal | 250 | 333 | 121 | 27 | 0 | 77 | 16 | 122 | 102 | 73 |
| Binary | 10101000 | 11011011 | 1010001 | 10111 | 0 | 111111 | 1110 | 1010010 | 1000010 | 111011 |
Color Harmonies of #A8DB51
Complementary color
Monochromatic Colors of #A8DB51
Black with #A8DB51
Text Example
Text Example
White with #A8DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB51; }
p { color: rgb(168,219,81); }
H1.HeaderClassName
{
color: #A8DB51;
}
.AnyTagClassName
{
color: #A8DB51;
}
</style>
background-color css
<style>
a { background-color: #A8DB51; }
a { background-color: rgb(168,219,81); }
div.DivClassName
{
background-color: #A8DB51;
}
.BgClassName
{
background-color: #A8DB51;
}
</style>
border-color css
<style>
span { border-color: #A8DB51; }
span { border-color: rgb(168,219,81); }
td.TdClassName
{
border-color: #A8DB51;
}
.TagClassName
{
border-color: #A8DB51;
}
</style>