Html Css Color HEX #A8F18E Granny Smith Apple
📋 copy color: '#A8F18E'red 168 ◦ green 241 ◦ blue 142
Shades of Granny Smith Apple #A8F18E
Tints of Granny Smith Apple #A8F18E
RGB
CMYK
RGB Variations
Color information
#A8F18E (or 0xA8F18E) is known color: Granny Smith Apple. HEX triplet: A8, F1 and 8E. RGB value is (168,241,142). Sum of RGB (Red+Green+Blue) = 168+241+142=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F18E is #570E71. Grayscale: #D0D0D0. Windows color (decimal): -5705330 or 9367976. OLE color: 9367976.
HSL color Cylindrical-coordinate representation of color #A8F18E: hue angle of 104.24º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8F18E is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 142 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.05 |
| HSL | 104.24º | 0.78% | 0.75% | - |
| HSV(B) | 104.24º | 0.41% | 0.95% | - |
| XYZ | 52.49 | 73.19 | 36.95 | - |
| YUV | 207.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 142 | 0.30 | 0 | 0.41 | 0.05 | 104.24 | 0.78 | 0.75 |
| Hex | A8 | F1 | 8E | 1E | 0 | 29 | 5 | 68 | 4E | 4B |
| Octal | 250 | 361 | 216 | 36 | 0 | 51 | 5 | 150 | 116 | 113 |
| Binary | 10101000 | 11110001 | 10001110 | 11110 | 0 | 101001 | 101 | 1101000 | 1001110 | 1001011 |
Color Harmonies of #A8F18E
Complementary color
Monochromatic Colors of #A8F18E
Black with #A8F18E
Text Example
Text Example
White with #A8F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F18E; }
p { color: rgb(168,241,142); }
H1.HeaderClassName
{
color: #A8F18E;
}
.AnyTagClassName
{
color: #A8F18E;
}
</style>
background-color css
<style>
a { background-color: #A8F18E; }
a { background-color: rgb(168,241,142); }
div.DivClassName
{
background-color: #A8F18E;
}
.BgClassName
{
background-color: #A8F18E;
}
</style>
border-color css
<style>
span { border-color: #A8F18E; }
span { border-color: rgb(168,241,142); }
td.TdClassName
{
border-color: #A8F18E;
}
.TagClassName
{
border-color: #A8F18E;
}
</style>