Shades of Conifer #A8DD5E
Tints of Conifer #A8DD5E
RGB
CMYK
RGB Variations
Color information
#A8DD5E (or 0xA8DD5E) is known color: Conifer. HEX triplet: A8, DD and 5E. RGB value is (168,221,94). Sum of RGB (Red+Green+Blue) = 168+221+94=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD5E is #5722A1. Grayscale: #BFBFBF. Windows color (decimal): -5710498 or 6217128. OLE color: 6217128.
HSL color Cylindrical-coordinate representation of color #A8DD5E: hue angle of 85.04º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8DD5E is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 94 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.13 |
| HSL | 85.04º | 0.65% | 0.62% | - |
| HSV(B) | 85.04º | 0.57% | 0.87% | - |
| XYZ | 44.03 | 60.85 | 20.01 | - |
| YUV | 190.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 94 | 0.24 | 0 | 0.57 | 0.13 | 85.04 | 0.65 | 0.62 |
| Hex | A8 | DD | 5E | 18 | 0 | 39 | D | 55 | 41 | 3E |
| Octal | 250 | 335 | 136 | 30 | 0 | 71 | 15 | 125 | 101 | 76 |
| Binary | 10101000 | 11011101 | 1011110 | 11000 | 0 | 111001 | 1101 | 1010101 | 1000001 | 111110 |
Color Harmonies of #A8DD5E
Complementary color
Monochromatic Colors of #A8DD5E
Black with #A8DD5E
Text Example
Text Example
White with #A8DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD5E; }
p { color: rgb(168,221,94); }
H1.HeaderClassName
{
color: #A8DD5E;
}
.AnyTagClassName
{
color: #A8DD5E;
}
</style>
background-color css
<style>
a { background-color: #A8DD5E; }
a { background-color: rgb(168,221,94); }
div.DivClassName
{
background-color: #A8DD5E;
}
.BgClassName
{
background-color: #A8DD5E;
}
</style>
border-color css
<style>
span { border-color: #A8DD5E; }
span { border-color: rgb(168,221,94); }
td.TdClassName
{
border-color: #A8DD5E;
}
.TagClassName
{
border-color: #A8DD5E;
}
</style>