Html Css Color HEX #A8F38E Granny Smith Apple
📋 copy color: '#A8F38E'red 168 ◦ green 243 ◦ blue 142
Shades of Granny Smith Apple #A8F38E
Tints of Granny Smith Apple #A8F38E
RGB
CMYK
RGB Variations
Color information
#A8F38E (or 0xA8F38E) is known color: Granny Smith Apple. HEX triplet: A8, F3 and 8E. RGB value is (168,243,142). Sum of RGB (Red+Green+Blue) = 168+243+142=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F38E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F38E is #570C71. Grayscale: #D1D1D1. Windows color (decimal): -5704818 or 9368488. OLE color: 9368488.
HSL color Cylindrical-coordinate representation of color #A8F38E: hue angle of 104.55º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8F38E is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 142 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.05 |
| HSL | 104.55º | 0.81% | 0.75% | - |
| HSV(B) | 104.55º | 0.42% | 0.95% | - |
| XYZ | 53.08 | 74.38 | 37.15 | - |
| YUV | 209.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 142 | 0.31 | 0 | 0.42 | 0.05 | 104.55 | 0.81 | 0.75 |
| Hex | A8 | F3 | 8E | 1F | 0 | 2A | 5 | 69 | 51 | 4B |
| Octal | 250 | 363 | 216 | 37 | 0 | 52 | 5 | 151 | 121 | 113 |
| Binary | 10101000 | 11110011 | 10001110 | 11111 | 0 | 101010 | 101 | 1101001 | 1010001 | 1001011 |
Color Harmonies of #A8F38E
Complementary color
Monochromatic Colors of #A8F38E
Black with #A8F38E
Text Example
Text Example
White with #A8F38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F38E; }
p { color: rgb(168,243,142); }
H1.HeaderClassName
{
color: #A8F38E;
}
.AnyTagClassName
{
color: #A8F38E;
}
</style>
background-color css
<style>
a { background-color: #A8F38E; }
a { background-color: rgb(168,243,142); }
div.DivClassName
{
background-color: #A8F38E;
}
.BgClassName
{
background-color: #A8F38E;
}
</style>
border-color css
<style>
span { border-color: #A8F38E; }
span { border-color: rgb(168,243,142); }
td.TdClassName
{
border-color: #A8F38E;
}
.TagClassName
{
border-color: #A8F38E;
}
</style>