Html Css Color HEX #A8F098 Granny Smith Apple
📋 copy color: '#A8F098'red 168 ◦ green 240 ◦ blue 152
Shades of Granny Smith Apple #A8F098
Tints of Granny Smith Apple #A8F098
RGB
CMYK
RGB Variations
Color information
#A8F098 (or 0xA8F098) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 98. RGB value is (168,240,152). Sum of RGB (Red+Green+Blue) = 168+240+152=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F098 is #570F67. Grayscale: #D0D0D0. Windows color (decimal): -5705576 or 10023080. OLE color: 10023080.
HSL color Cylindrical-coordinate representation of color #A8F098: hue angle of 109.09º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8F098 is Cyan = 0.3, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 152 | - |
| CMYK | 0.3 | 0 | 0.37 | 0.06 |
| HSL | 109.09º | 0.75% | 0.77% | - |
| HSV(B) | 109.09º | 0.37% | 0.94% | - |
| XYZ | 52.98 | 72.91 | 40.99 | - |
| YUV | 208.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 152 | 0.3 | 0 | 0.37 | 0.06 | 109.09 | 0.75 | 0.77 |
| Hex | A8 | F0 | 98 | 1E | 0 | 25 | 6 | 6D | 4B | 4D |
| Octal | 250 | 360 | 230 | 36 | 0 | 45 | 6 | 155 | 113 | 115 |
| Binary | 10101000 | 11110000 | 10011000 | 11110 | 0 | 100101 | 110 | 1101101 | 1001011 | 1001101 |
Color Harmonies of #A8F098
Complementary color
Monochromatic Colors of #A8F098
Black with #A8F098
Text Example
Text Example
White with #A8F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F098; }
p { color: rgb(168,240,152); }
H1.HeaderClassName
{
color: #A8F098;
}
.AnyTagClassName
{
color: #A8F098;
}
</style>
background-color css
<style>
a { background-color: #A8F098; }
a { background-color: rgb(168,240,152); }
div.DivClassName
{
background-color: #A8F098;
}
.BgClassName
{
background-color: #A8F098;
}
</style>
border-color css
<style>
span { border-color: #A8F098; }
span { border-color: rgb(168,240,152); }
td.TdClassName
{
border-color: #A8F098;
}
.TagClassName
{
border-color: #A8F098;
}
</style>