Html Css Color HEX #A8DF98 Granny Smith Apple
📋 copy color: '#A8DF98'red 168 ◦ green 223 ◦ blue 152
Shades of Granny Smith Apple #A8DF98
Tints of Granny Smith Apple #A8DF98
RGB
CMYK
RGB Variations
Color information
#A8DF98 (or 0xA8DF98) is known color: Granny Smith Apple. HEX triplet: A8, DF and 98. RGB value is (168,223,152). Sum of RGB (Red+Green+Blue) = 168+223+152=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DF98 is #572067. Grayscale: #C6C6C6. Windows color (decimal): -5709928 or 10018728. OLE color: 10018728.
HSL color Cylindrical-coordinate representation of color #A8DF98: hue angle of 106.48º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8DF98 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 152 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.13 |
| HSL | 106.48º | 0.53% | 0.74% | - |
| HSV(B) | 106.48º | 0.32% | 0.87% | - |
| XYZ | 48.2 | 63.37 | 39.4 | - |
| YUV | 198.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 152 | 0.25 | 0 | 0.32 | 0.13 | 106.48 | 0.53 | 0.74 |
| Hex | A8 | DF | 98 | 19 | 0 | 20 | D | 6A | 35 | 4A |
| Octal | 250 | 337 | 230 | 31 | 0 | 40 | 15 | 152 | 65 | 112 |
| Binary | 10101000 | 11011111 | 10011000 | 11001 | 0 | 100000 | 1101 | 1101010 | 110101 | 1001010 |
Color Harmonies of #A8DF98
Complementary color
Monochromatic Colors of #A8DF98
Black with #A8DF98
Text Example
Text Example
White with #A8DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF98; }
p { color: rgb(168,223,152); }
H1.HeaderClassName
{
color: #A8DF98;
}
.AnyTagClassName
{
color: #A8DF98;
}
</style>
background-color css
<style>
a { background-color: #A8DF98; }
a { background-color: rgb(168,223,152); }
div.DivClassName
{
background-color: #A8DF98;
}
.BgClassName
{
background-color: #A8DF98;
}
</style>
border-color css
<style>
span { border-color: #A8DF98; }
span { border-color: rgb(168,223,152); }
td.TdClassName
{
border-color: #A8DF98;
}
.TagClassName
{
border-color: #A8DF98;
}
</style>