Html Css Color HEX #A8DD9F Granny Smith Apple
📋 copy color: '#A8DD9F'red 168 ◦ green 221 ◦ blue 159
Shades of Granny Smith Apple #A8DD9F
Tints of Granny Smith Apple #A8DD9F
RGB
CMYK
RGB Variations
Color information
#A8DD9F (or 0xA8DD9F) is known color: Granny Smith Apple. HEX triplet: A8, DD and 9F. RGB value is (168,221,159). Sum of RGB (Red+Green+Blue) = 168+221+159=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD9F is #572260. Grayscale: #C6C6C6. Windows color (decimal): -5710433 or 10476968. OLE color: 10476968.
HSL color Cylindrical-coordinate representation of color #A8DD9F: hue angle of 111.29º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DD9F is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 159 | - |
CMYK | 0.24 | 0 | 0.28 | 0.13 |
HSL | 111.29º | 0.48% | 0.75% | - |
HSV(B) | 111.29º | 0.28% | 0.87% | - |
XYZ | 48.26 | 62.54 | 42.33 | - |
YUV | 198.09 | 105.94 | 106.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 159 | 0.24 | 0 | 0.28 | 0.13 | 111.29 | 0.48 | 0.75 |
Hex | A8 | DD | 9F | 18 | 0 | 1C | D | 6F | 30 | 4B |
Octal | 250 | 335 | 237 | 30 | 0 | 34 | 15 | 157 | 60 | 113 |
Binary | 10101000 | 11011101 | 10011111 | 11000 | 0 | 11100 | 1101 | 1101111 | 110000 | 1001011 |
Color Harmonies of #A8DD9F
Complementary color
Monochromatic Colors of #A8DD9F
Black with #A8DD9F
Text Example
Text Example
White with #A8DD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD9F; }
p { color: rgb(168,221,159); }
H1.HeaderClassName
{
color: #A8DD9F;
}
.AnyTagClassName
{
color: #A8DD9F;
}
</style>
background-color css
<style>
a { background-color: #A8DD9F; }
a { background-color: rgb(168,221,159); }
div.DivClassName
{
background-color: #A8DD9F;
}
.BgClassName
{
background-color: #A8DD9F;
}
</style>
border-color css
<style>
span { border-color: #A8DD9F; }
span { border-color: rgb(168,221,159); }
td.TdClassName
{
border-color: #A8DD9F;
}
.TagClassName
{
border-color: #A8DD9F;
}
</style>