Html Css Color HEX #A8F08E Granny Smith Apple
📋 copy color: '#A8F08E'red 168 ◦ green 240 ◦ blue 142
Shades of Granny Smith Apple #A8F08E
Tints of Granny Smith Apple #A8F08E
RGB
CMYK
RGB Variations
Color information
#A8F08E (or 0xA8F08E) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 8E. RGB value is (168,240,142). Sum of RGB (Red+Green+Blue) = 168+240+142=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F08E is #570F71. Grayscale: #CFCFCF. Windows color (decimal): -5705586 or 9367720. OLE color: 9367720.
HSL color Cylindrical-coordinate representation of color #A8F08E: hue angle of 104.08º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8F08E is Cyan = 0.3, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 142 | - |
| CMYK | 0.3 | 0 | 0.41 | 0.06 |
| HSL | 104.08º | 0.77% | 0.75% | - |
| HSV(B) | 104.08º | 0.41% | 0.94% | - |
| XYZ | 52.19 | 72.6 | 36.85 | - |
| YUV | 207.3 | 91.15 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 142 | 0.3 | 0 | 0.41 | 0.06 | 104.08 | 0.77 | 0.75 |
| Hex | A8 | F0 | 8E | 1E | 0 | 29 | 6 | 68 | 4D | 4B |
| Octal | 250 | 360 | 216 | 36 | 0 | 51 | 6 | 150 | 115 | 113 |
| Binary | 10101000 | 11110000 | 10001110 | 11110 | 0 | 101001 | 110 | 1101000 | 1001101 | 1001011 |
Color Harmonies of #A8F08E
Complementary color
Monochromatic Colors of #A8F08E
Black with #A8F08E
Text Example
Text Example
White with #A8F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F08E; }
p { color: rgb(168,240,142); }
H1.HeaderClassName
{
color: #A8F08E;
}
.AnyTagClassName
{
color: #A8F08E;
}
</style>
background-color css
<style>
a { background-color: #A8F08E; }
a { background-color: rgb(168,240,142); }
div.DivClassName
{
background-color: #A8F08E;
}
.BgClassName
{
background-color: #A8F08E;
}
</style>
border-color css
<style>
span { border-color: #A8F08E; }
span { border-color: rgb(168,240,142); }
td.TdClassName
{
border-color: #A8F08E;
}
.TagClassName
{
border-color: #A8F08E;
}
</style>