Html Css Color HEX #A8DD9A Granny Smith Apple
📋 copy color: '#A8DD9A'red 168 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #A8DD9A
Tints of Granny Smith Apple #A8DD9A
RGB
CMYK
RGB Variations
Color information
#A8DD9A (or 0xA8DD9A) is known color: Granny Smith Apple. HEX triplet: A8, DD and 9A. RGB value is (168,221,154). Sum of RGB (Red+Green+Blue) = 168+221+154=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD9A is #572265. Grayscale: #C5C5C5. Windows color (decimal): -5710438 or 10149288. OLE color: 10149288.
HSL color Cylindrical-coordinate representation of color #A8DD9A: hue angle of 107.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DD9A is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 154 | - |
CMYK | 0.24 | 0 | 0.30 | 0.13 |
HSL | 107.46º | 0.5% | 0.74% | - |
HSV(B) | 107.46º | 0.3% | 0.87% | - |
XYZ | 47.84 | 62.37 | 40.09 | - |
YUV | 197.52 | 103.44 | 106.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 154 | 0.24 | 0 | 0.30 | 0.13 | 107.46 | 0.5 | 0.74 |
Hex | A8 | DD | 9A | 18 | 0 | 1E | D | 6B | 32 | 4A |
Octal | 250 | 335 | 232 | 30 | 0 | 36 | 15 | 153 | 62 | 112 |
Binary | 10101000 | 11011101 | 10011010 | 11000 | 0 | 11110 | 1101 | 1101011 | 110010 | 1001010 |
Color Harmonies of #A8DD9A
Complementary color
Monochromatic Colors of #A8DD9A
Black with #A8DD9A
Text Example
Text Example
White with #A8DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD9A; }
p { color: rgb(168,221,154); }
H1.HeaderClassName
{
color: #A8DD9A;
}
.AnyTagClassName
{
color: #A8DD9A;
}
</style>
background-color css
<style>
a { background-color: #A8DD9A; }
a { background-color: rgb(168,221,154); }
div.DivClassName
{
background-color: #A8DD9A;
}
.BgClassName
{
background-color: #A8DD9A;
}
</style>
border-color css
<style>
span { border-color: #A8DD9A; }
span { border-color: rgb(168,221,154); }
td.TdClassName
{
border-color: #A8DD9A;
}
.TagClassName
{
border-color: #A8DD9A;
}
</style>