Html Css Color HEX #A8F096 Granny Smith Apple
📋 copy color: '#A8F096'red 168 ◦ green 240 ◦ blue 150
Shades of Granny Smith Apple #A8F096
Tints of Granny Smith Apple #A8F096
RGB
CMYK
RGB Variations
Color information
#A8F096 (or 0xA8F096) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 96. RGB value is (168,240,150). Sum of RGB (Red+Green+Blue) = 168+240+150=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F096 is #570F69. Grayscale: #D0D0D0. Windows color (decimal): -5705578 or 9892008. OLE color: 9892008.
HSL color Cylindrical-coordinate representation of color #A8F096: hue angle of 108º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8F096 is Cyan = 0.3, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 150 | - |
| CMYK | 0.3 | 0 | 0.37 | 0.06 |
| HSL | 108º | 0.75% | 0.76% | - |
| HSV(B) | 108º | 0.38% | 0.94% | - |
| XYZ | 52.81 | 72.85 | 40.13 | - |
| YUV | 208.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 150 | 0.3 | 0 | 0.37 | 0.06 | 108 | 0.75 | 0.76 |
| Hex | A8 | F0 | 96 | 1E | 0 | 25 | 6 | 6C | 4B | 4C |
| Octal | 250 | 360 | 226 | 36 | 0 | 45 | 6 | 154 | 113 | 114 |
| Binary | 10101000 | 11110000 | 10010110 | 11110 | 0 | 100101 | 110 | 1101100 | 1001011 | 1001100 |
Color Harmonies of #A8F096
Complementary color
Monochromatic Colors of #A8F096
Black with #A8F096
Text Example
Text Example
White with #A8F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F096; }
p { color: rgb(168,240,150); }
H1.HeaderClassName
{
color: #A8F096;
}
.AnyTagClassName
{
color: #A8F096;
}
</style>
background-color css
<style>
a { background-color: #A8F096; }
a { background-color: rgb(168,240,150); }
div.DivClassName
{
background-color: #A8F096;
}
.BgClassName
{
background-color: #A8F096;
}
</style>
border-color css
<style>
span { border-color: #A8F096; }
span { border-color: rgb(168,240,150); }
td.TdClassName
{
border-color: #A8F096;
}
.TagClassName
{
border-color: #A8F096;
}
</style>