Shades of Conifer #A8DD4D
Tints of Conifer #A8DD4D
RGB
CMYK
RGB Variations
Color information
#A8DD4D (or 0xA8DD4D) is known color: Conifer. HEX triplet: A8, DD and 4D. RGB value is (168,221,77). Sum of RGB (Red+Green+Blue) = 168+221+77=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD4D is #5722B2. Grayscale: #BDBDBD. Windows color (decimal): -5710515 or 5103016. OLE color: 5103016.
HSL color Cylindrical-coordinate representation of color #A8DD4D: hue angle of 82.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8DD4D is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 77 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.13 |
| HSL | 82.08º | 0.68% | 0.58% | - |
| HSV(B) | 82.08º | 0.65% | 0.87% | - |
| XYZ | 43.34 | 60.57 | 16.43 | - |
| YUV | 188.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 77 | 0.24 | 0 | 0.65 | 0.13 | 82.08 | 0.68 | 0.58 |
| Hex | A8 | DD | 4D | 18 | 0 | 41 | D | 52 | 44 | 3A |
| Octal | 250 | 335 | 115 | 30 | 0 | 101 | 15 | 122 | 104 | 72 |
| Binary | 10101000 | 11011101 | 1001101 | 11000 | 0 | 1000001 | 1101 | 1010010 | 1000100 | 111010 |
Color Harmonies of #A8DD4D
Complementary color
Monochromatic Colors of #A8DD4D
Black with #A8DD4D
Text Example
Text Example
White with #A8DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD4D; }
p { color: rgb(168,221,77); }
H1.HeaderClassName
{
color: #A8DD4D;
}
.AnyTagClassName
{
color: #A8DD4D;
}
</style>
background-color css
<style>
a { background-color: #A8DD4D; }
a { background-color: rgb(168,221,77); }
div.DivClassName
{
background-color: #A8DD4D;
}
.BgClassName
{
background-color: #A8DD4D;
}
</style>
border-color css
<style>
span { border-color: #A8DD4D; }
span { border-color: rgb(168,221,77); }
td.TdClassName
{
border-color: #A8DD4D;
}
.TagClassName
{
border-color: #A8DD4D;
}
</style>