Html Css Color HEX #A8F08F Granny Smith Apple
📋 copy color: '#A8F08F'red 168 ◦ green 240 ◦ blue 143
Shades of Granny Smith Apple #A8F08F
Tints of Granny Smith Apple #A8F08F
RGB
CMYK
RGB Variations
Color information
#A8F08F (or 0xA8F08F) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 8F. RGB value is (168,240,143). Sum of RGB (Red+Green+Blue) = 168+240+143=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F08F is #570F70. Grayscale: #CFCFCF. Windows color (decimal): -5705585 or 9433256. OLE color: 9433256.
HSL color Cylindrical-coordinate representation of color #A8F08F: hue angle of 104.54º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8F08F is Cyan = 0.3, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 143 | - |
| CMYK | 0.3 | 0 | 0.40 | 0.06 |
| HSL | 104.54º | 0.76% | 0.75% | - |
| HSV(B) | 104.54º | 0.4% | 0.94% | - |
| XYZ | 52.27 | 72.63 | 37.25 | - |
| YUV | 207.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 143 | 0.3 | 0 | 0.40 | 0.06 | 104.54 | 0.76 | 0.75 |
| Hex | A8 | F0 | 8F | 1E | 0 | 28 | 6 | 69 | 4C | 4B |
| Octal | 250 | 360 | 217 | 36 | 0 | 50 | 6 | 151 | 114 | 113 |
| Binary | 10101000 | 11110000 | 10001111 | 11110 | 0 | 101000 | 110 | 1101001 | 1001100 | 1001011 |
Color Harmonies of #A8F08F
Complementary color
Monochromatic Colors of #A8F08F
Black with #A8F08F
Text Example
Text Example
White with #A8F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F08F; }
p { color: rgb(168,240,143); }
H1.HeaderClassName
{
color: #A8F08F;
}
.AnyTagClassName
{
color: #A8F08F;
}
</style>
background-color css
<style>
a { background-color: #A8F08F; }
a { background-color: rgb(168,240,143); }
div.DivClassName
{
background-color: #A8F08F;
}
.BgClassName
{
background-color: #A8F08F;
}
</style>
border-color css
<style>
span { border-color: #A8F08F; }
span { border-color: rgb(168,240,143); }
td.TdClassName
{
border-color: #A8F08F;
}
.TagClassName
{
border-color: #A8F08F;
}
</style>