Shades of Conifer #A8DD4E
Tints of Conifer #A8DD4E
RGB
CMYK
RGB Variations
Color information
#A8DD4E (or 0xA8DD4E) is known color: Conifer. HEX triplet: A8, DD and 4E. RGB value is (168,221,78). Sum of RGB (Red+Green+Blue) = 168+221+78=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD4E is #5722B1. Grayscale: #BDBDBD. Windows color (decimal): -5710514 or 5168552. OLE color: 5168552.
HSL color Cylindrical-coordinate representation of color #A8DD4E: hue angle of 82.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8DD4E is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 78 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.13 |
| HSL | 82.24º | 0.68% | 0.59% | - |
| HSV(B) | 82.24º | 0.65% | 0.87% | - |
| XYZ | 43.38 | 60.59 | 16.62 | - |
| YUV | 188.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 78 | 0.24 | 0 | 0.65 | 0.13 | 82.24 | 0.68 | 0.59 |
| Hex | A8 | DD | 4E | 18 | 0 | 41 | D | 52 | 44 | 3B |
| Octal | 250 | 335 | 116 | 30 | 0 | 101 | 15 | 122 | 104 | 73 |
| Binary | 10101000 | 11011101 | 1001110 | 11000 | 0 | 1000001 | 1101 | 1010010 | 1000100 | 111011 |
Color Harmonies of #A8DD4E
Complementary color
Monochromatic Colors of #A8DD4E
Black with #A8DD4E
Text Example
Text Example
White with #A8DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD4E; }
p { color: rgb(168,221,78); }
H1.HeaderClassName
{
color: #A8DD4E;
}
.AnyTagClassName
{
color: #A8DD4E;
}
</style>
background-color css
<style>
a { background-color: #A8DD4E; }
a { background-color: rgb(168,221,78); }
div.DivClassName
{
background-color: #A8DD4E;
}
.BgClassName
{
background-color: #A8DD4E;
}
</style>
border-color css
<style>
span { border-color: #A8DD4E; }
span { border-color: rgb(168,221,78); }
td.TdClassName
{
border-color: #A8DD4E;
}
.TagClassName
{
border-color: #A8DD4E;
}
</style>