Shades of Conifer #A8DB4A
Tints of Conifer #A8DB4A
RGB
CMYK
RGB Variations
Color information
#A8DB4A (or 0xA8DB4A) is known color: Conifer. HEX triplet: A8, DB and 4A. RGB value is (168,219,74). Sum of RGB (Red+Green+Blue) = 168+219+74=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DB4A is #5724B5. Grayscale: #BBBBBB. Windows color (decimal): -5711030 or 4905896. OLE color: 4905896.
HSL color Cylindrical-coordinate representation of color #A8DB4A: hue angle of 81.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8DB4A is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 74 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.14 |
| HSL | 81.1º | 0.67% | 0.57% | - |
| HSV(B) | 81.1º | 0.66% | 0.86% | - |
| XYZ | 42.72 | 59.48 | 15.71 | - |
| YUV | 187.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 74 | 0.23 | 0 | 0.66 | 0.14 | 81.1 | 0.67 | 0.57 |
| Hex | A8 | DB | 4A | 17 | 0 | 42 | E | 51 | 43 | 39 |
| Octal | 250 | 333 | 112 | 27 | 0 | 102 | 16 | 121 | 103 | 71 |
| Binary | 10101000 | 11011011 | 1001010 | 10111 | 0 | 1000010 | 1110 | 1010001 | 1000011 | 111001 |
Color Harmonies of #A8DB4A
Complementary color
Monochromatic Colors of #A8DB4A
Black with #A8DB4A
Text Example
Text Example
White with #A8DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB4A; }
p { color: rgb(168,219,74); }
H1.HeaderClassName
{
color: #A8DB4A;
}
.AnyTagClassName
{
color: #A8DB4A;
}
</style>
background-color css
<style>
a { background-color: #A8DB4A; }
a { background-color: rgb(168,219,74); }
div.DivClassName
{
background-color: #A8DB4A;
}
.BgClassName
{
background-color: #A8DB4A;
}
</style>
border-color css
<style>
span { border-color: #A8DB4A; }
span { border-color: rgb(168,219,74); }
td.TdClassName
{
border-color: #A8DB4A;
}
.TagClassName
{
border-color: #A8DB4A;
}
</style>