Shades of Conifer #A8DD4C
Tints of Conifer #A8DD4C
RGB
CMYK
RGB Variations
Color information
#A8DD4C (or 0xA8DD4C) is known color: Conifer. HEX triplet: A8, DD and 4C. RGB value is (168,221,76). Sum of RGB (Red+Green+Blue) = 168+221+76=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DD4C is #5722B3. Grayscale: #BDBDBD. Windows color (decimal): -5710516 or 5037480. OLE color: 5037480.
HSL color Cylindrical-coordinate representation of color #A8DD4C: hue angle of 81.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8DD4C is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 76 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.13 |
| HSL | 81.93º | 0.68% | 0.58% | - |
| HSV(B) | 81.93º | 0.66% | 0.87% | - |
| XYZ | 43.31 | 60.56 | 16.24 | - |
| YUV | 188.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 76 | 0.24 | 0 | 0.66 | 0.13 | 81.93 | 0.68 | 0.58 |
| Hex | A8 | DD | 4C | 18 | 0 | 42 | D | 52 | 44 | 3A |
| Octal | 250 | 335 | 114 | 30 | 0 | 102 | 15 | 122 | 104 | 72 |
| Binary | 10101000 | 11011101 | 1001100 | 11000 | 0 | 1000010 | 1101 | 1010010 | 1000100 | 111010 |
Color Harmonies of #A8DD4C
Complementary color
Monochromatic Colors of #A8DD4C
Black with #A8DD4C
Text Example
Text Example
White with #A8DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD4C; }
p { color: rgb(168,221,76); }
H1.HeaderClassName
{
color: #A8DD4C;
}
.AnyTagClassName
{
color: #A8DD4C;
}
</style>
background-color css
<style>
a { background-color: #A8DD4C; }
a { background-color: rgb(168,221,76); }
div.DivClassName
{
background-color: #A8DD4C;
}
.BgClassName
{
background-color: #A8DD4C;
}
</style>
border-color css
<style>
span { border-color: #A8DD4C; }
span { border-color: rgb(168,221,76); }
td.TdClassName
{
border-color: #A8DD4C;
}
.TagClassName
{
border-color: #A8DD4C;
}
</style>