Html Css Color HEX #A8DD93 Granny Smith Apple
📋 copy color: '#A8DD93'red 168 ◦ green 221 ◦ blue 147
Shades of Granny Smith Apple #A8DD93
Tints of Granny Smith Apple #A8DD93
RGB
CMYK
RGB Variations
Color information
#A8DD93 (or 0xA8DD93) is known color: Granny Smith Apple. HEX triplet: A8, DD and 93. RGB value is (168,221,147). Sum of RGB (Red+Green+Blue) = 168+221+147=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD93 is #57226C. Grayscale: #C4C4C4. Windows color (decimal): -5710445 or 9690536. OLE color: 9690536.
HSL color Cylindrical-coordinate representation of color #A8DD93: hue angle of 102.97º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DD93 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 147 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.13 |
| HSL | 102.97º | 0.52% | 0.72% | - |
| HSV(B) | 102.97º | 0.33% | 0.87% | - |
| XYZ | 47.27 | 62.14 | 37.11 | - |
| YUV | 196.72 | 99.94 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 147 | 0.24 | 0 | 0.33 | 0.13 | 102.97 | 0.52 | 0.72 |
| Hex | A8 | DD | 93 | 18 | 0 | 21 | D | 67 | 34 | 48 |
| Octal | 250 | 335 | 223 | 30 | 0 | 41 | 15 | 147 | 64 | 110 |
| Binary | 10101000 | 11011101 | 10010011 | 11000 | 0 | 100001 | 1101 | 1100111 | 110100 | 1001000 |
Color Harmonies of #A8DD93
Complementary color
Monochromatic Colors of #A8DD93
Black with #A8DD93
Text Example
Text Example
White with #A8DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD93; }
p { color: rgb(168,221,147); }
H1.HeaderClassName
{
color: #A8DD93;
}
.AnyTagClassName
{
color: #A8DD93;
}
</style>
background-color css
<style>
a { background-color: #A8DD93; }
a { background-color: rgb(168,221,147); }
div.DivClassName
{
background-color: #A8DD93;
}
.BgClassName
{
background-color: #A8DD93;
}
</style>
border-color css
<style>
span { border-color: #A8DD93; }
span { border-color: rgb(168,221,147); }
td.TdClassName
{
border-color: #A8DD93;
}
.TagClassName
{
border-color: #A8DD93;
}
</style>