Html Css Color HEX #A8DD94 Granny Smith Apple
📋 copy color: '#A8DD94'red 168 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #A8DD94
Tints of Granny Smith Apple #A8DD94
RGB
CMYK
RGB Variations
Color information
#A8DD94 (or 0xA8DD94) is known color: Granny Smith Apple. HEX triplet: A8, DD and 94. RGB value is (168,221,148). Sum of RGB (Red+Green+Blue) = 168+221+148=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD94 is #57226B. Grayscale: #C5C5C5. Windows color (decimal): -5710444 or 9756072. OLE color: 9756072.
HSL color Cylindrical-coordinate representation of color #A8DD94: hue angle of 103.56º 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 #A8DD94 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 148 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.13 |
| HSL | 103.56º | 0.52% | 0.72% | - |
| HSV(B) | 103.56º | 0.33% | 0.87% | - |
| XYZ | 47.35 | 62.18 | 37.52 | - |
| YUV | 196.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 148 | 0.24 | 0 | 0.33 | 0.13 | 103.56 | 0.52 | 0.72 |
| Hex | A8 | DD | 94 | 18 | 0 | 21 | D | 68 | 34 | 48 |
| Octal | 250 | 335 | 224 | 30 | 0 | 41 | 15 | 150 | 64 | 110 |
| Binary | 10101000 | 11011101 | 10010100 | 11000 | 0 | 100001 | 1101 | 1101000 | 110100 | 1001000 |
Color Harmonies of #A8DD94
Complementary color
Monochromatic Colors of #A8DD94
Black with #A8DD94
Text Example
Text Example
White with #A8DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD94; }
p { color: rgb(168,221,148); }
H1.HeaderClassName
{
color: #A8DD94;
}
.AnyTagClassName
{
color: #A8DD94;
}
</style>
background-color css
<style>
a { background-color: #A8DD94; }
a { background-color: rgb(168,221,148); }
div.DivClassName
{
background-color: #A8DD94;
}
.BgClassName
{
background-color: #A8DD94;
}
</style>
border-color css
<style>
span { border-color: #A8DD94; }
span { border-color: rgb(168,221,148); }
td.TdClassName
{
border-color: #A8DD94;
}
.TagClassName
{
border-color: #A8DD94;
}
</style>