Html Css Color HEX #A8F490 Granny Smith Apple
📋 copy color: '#A8F490'red 168 ◦ green 244 ◦ blue 144
Shades of Granny Smith Apple #A8F490
Tints of Granny Smith Apple #A8F490
RGB
CMYK
RGB Variations
Color information
#A8F490 (or 0xA8F490) is known color: Granny Smith Apple. HEX triplet: A8, F4 and 90. RGB value is (168,244,144). Sum of RGB (Red+Green+Blue) = 168+244+144=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F490 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F490 is #570B6F. Grayscale: #D2D2D2. Windows color (decimal): -5704560 or 9499816. OLE color: 9499816.
HSL color Cylindrical-coordinate representation of color #A8F490: hue angle of 105.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8F490 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 144 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.04 |
| HSL | 105.6º | 0.82% | 0.76% | - |
| HSV(B) | 105.6º | 0.41% | 0.96% | - |
| XYZ | 53.53 | 75.04 | 38.05 | - |
| YUV | 209.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 144 | 0.31 | 0 | 0.41 | 0.04 | 105.6 | 0.82 | 0.76 |
| Hex | A8 | F4 | 90 | 1F | 0 | 29 | 4 | 6A | 52 | 4C |
| Octal | 250 | 364 | 220 | 37 | 0 | 51 | 4 | 152 | 122 | 114 |
| Binary | 10101000 | 11110100 | 10010000 | 11111 | 0 | 101001 | 100 | 1101010 | 1010010 | 1001100 |
Color Harmonies of #A8F490
Complementary color
Monochromatic Colors of #A8F490
Black with #A8F490
Text Example
Text Example
White with #A8F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F490; }
p { color: rgb(168,244,144); }
H1.HeaderClassName
{
color: #A8F490;
}
.AnyTagClassName
{
color: #A8F490;
}
</style>
background-color css
<style>
a { background-color: #A8F490; }
a { background-color: rgb(168,244,144); }
div.DivClassName
{
background-color: #A8F490;
}
.BgClassName
{
background-color: #A8F490;
}
</style>
border-color css
<style>
span { border-color: #A8F490; }
span { border-color: rgb(168,244,144); }
td.TdClassName
{
border-color: #A8F490;
}
.TagClassName
{
border-color: #A8F490;
}
</style>