Html Css Color HEX #A8DF94 Granny Smith Apple
📋 copy color: '#A8DF94'red 168 ◦ green 223 ◦ blue 148
Shades of Granny Smith Apple #A8DF94
Tints of Granny Smith Apple #A8DF94
RGB
CMYK
RGB Variations
Color information
#A8DF94 (or 0xA8DF94) is known color: Granny Smith Apple. HEX triplet: A8, DF and 94. RGB value is (168,223,148). Sum of RGB (Red+Green+Blue) = 168+223+148=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF94 is #57206B. Grayscale: #C6C6C6. Windows color (decimal): -5709932 or 9756584. OLE color: 9756584.
HSL color Cylindrical-coordinate representation of color #A8DF94: hue angle of 104º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DF94 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 148 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.13 |
| HSL | 104º | 0.54% | 0.73% | - |
| HSV(B) | 104º | 0.34% | 0.87% | - |
| XYZ | 47.88 | 63.24 | 37.7 | - |
| YUV | 198.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 148 | 0.25 | 0 | 0.34 | 0.13 | 104 | 0.54 | 0.73 |
| Hex | A8 | DF | 94 | 19 | 0 | 22 | D | 68 | 36 | 49 |
| Octal | 250 | 337 | 224 | 31 | 0 | 42 | 15 | 150 | 66 | 111 |
| Binary | 10101000 | 11011111 | 10010100 | 11001 | 0 | 100010 | 1101 | 1101000 | 110110 | 1001001 |
Color Harmonies of #A8DF94
Complementary color
Monochromatic Colors of #A8DF94
Black with #A8DF94
Text Example
Text Example
White with #A8DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF94; }
p { color: rgb(168,223,148); }
H1.HeaderClassName
{
color: #A8DF94;
}
.AnyTagClassName
{
color: #A8DF94;
}
</style>
background-color css
<style>
a { background-color: #A8DF94; }
a { background-color: rgb(168,223,148); }
div.DivClassName
{
background-color: #A8DF94;
}
.BgClassName
{
background-color: #A8DF94;
}
</style>
border-color css
<style>
span { border-color: #A8DF94; }
span { border-color: rgb(168,223,148); }
td.TdClassName
{
border-color: #A8DF94;
}
.TagClassName
{
border-color: #A8DF94;
}
</style>