Shades of Conifer #A8DB45
Tints of Conifer #A8DB45
RGB
CMYK
RGB Variations
Color information
#A8DB45 (or 0xA8DB45) is known color: Conifer. HEX triplet: A8, DB and 45. RGB value is (168,219,69). Sum of RGB (Red+Green+Blue) = 168+219+69=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB45 is #5724BA. Grayscale: #BBBBBB. Windows color (decimal): -5711035 or 4578216. OLE color: 4578216.
HSL color Cylindrical-coordinate representation of color #A8DB45: hue angle of 80.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8DB45 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 69 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.14 |
| HSL | 80.4º | 0.68% | 0.56% | - |
| HSV(B) | 80.4º | 0.68% | 0.86% | - |
| XYZ | 42.55 | 59.42 | 14.86 | - |
| YUV | 186.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 69 | 0.23 | 0 | 0.68 | 0.14 | 80.4 | 0.68 | 0.56 |
| Hex | A8 | DB | 45 | 17 | 0 | 44 | E | 50 | 44 | 38 |
| Octal | 250 | 333 | 105 | 27 | 0 | 104 | 16 | 120 | 104 | 70 |
| Binary | 10101000 | 11011011 | 1000101 | 10111 | 0 | 1000100 | 1110 | 1010000 | 1000100 | 111000 |
Color Harmonies of #A8DB45
Complementary color
Monochromatic Colors of #A8DB45
Black with #A8DB45
Text Example
Text Example
White with #A8DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB45; }
p { color: rgb(168,219,69); }
H1.HeaderClassName
{
color: #A8DB45;
}
.AnyTagClassName
{
color: #A8DB45;
}
</style>
background-color css
<style>
a { background-color: #A8DB45; }
a { background-color: rgb(168,219,69); }
div.DivClassName
{
background-color: #A8DB45;
}
.BgClassName
{
background-color: #A8DB45;
}
</style>
border-color css
<style>
span { border-color: #A8DB45; }
span { border-color: rgb(168,219,69); }
td.TdClassName
{
border-color: #A8DB45;
}
.TagClassName
{
border-color: #A8DB45;
}
</style>