Html Css Color HEX #A8DD99 Granny Smith Apple
📋 copy color: '#A8DD99'red 168 ◦ green 221 ◦ blue 153
Shades of Granny Smith Apple #A8DD99
Tints of Granny Smith Apple #A8DD99
RGB
CMYK
RGB Variations
Color information
#A8DD99 (or 0xA8DD99) is known color: Granny Smith Apple. HEX triplet: A8, DD and 99. RGB value is (168,221,153). Sum of RGB (Red+Green+Blue) = 168+221+153=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD99 is #572266. Grayscale: #C5C5C5. Windows color (decimal): -5710439 or 10083752. OLE color: 10083752.
HSL color Cylindrical-coordinate representation of color #A8DD99: hue angle of 106.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DD99 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 153 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.13 |
| HSL | 106.76º | 0.5% | 0.73% | - |
| HSV(B) | 106.76º | 0.31% | 0.87% | - |
| XYZ | 47.75 | 62.34 | 39.65 | - |
| YUV | 197.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 153 | 0.24 | 0 | 0.31 | 0.13 | 106.76 | 0.5 | 0.73 |
| Hex | A8 | DD | 99 | 18 | 0 | 1F | D | 6B | 32 | 49 |
| Octal | 250 | 335 | 231 | 30 | 0 | 37 | 15 | 153 | 62 | 111 |
| Binary | 10101000 | 11011101 | 10011001 | 11000 | 0 | 11111 | 1101 | 1101011 | 110010 | 1001001 |
Color Harmonies of #A8DD99
Complementary color
Monochromatic Colors of #A8DD99
Black with #A8DD99
Text Example
Text Example
White with #A8DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD99; }
p { color: rgb(168,221,153); }
H1.HeaderClassName
{
color: #A8DD99;
}
.AnyTagClassName
{
color: #A8DD99;
}
</style>
background-color css
<style>
a { background-color: #A8DD99; }
a { background-color: rgb(168,221,153); }
div.DivClassName
{
background-color: #A8DD99;
}
.BgClassName
{
background-color: #A8DD99;
}
</style>
border-color css
<style>
span { border-color: #A8DD99; }
span { border-color: rgb(168,221,153); }
td.TdClassName
{
border-color: #A8DD99;
}
.TagClassName
{
border-color: #A8DD99;
}
</style>