Html Css Color HEX #A8F295 Granny Smith Apple
📋 copy color: '#A8F295'red 168 ◦ green 242 ◦ blue 149
Shades of Granny Smith Apple #A8F295
Tints of Granny Smith Apple #A8F295
RGB
CMYK
RGB Variations
Color information
#A8F295 (or 0xA8F295) is known color: Granny Smith Apple. HEX triplet: A8, F2 and 95. RGB value is (168,242,149). Sum of RGB (Red+Green+Blue) = 168+242+149=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F295 is #570D6A. Grayscale: #D1D1D1. Windows color (decimal): -5705067 or 9826984. OLE color: 9826984.
HSL color Cylindrical-coordinate representation of color #A8F295: hue angle of 107.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8F295 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 149 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.05 |
| HSL | 107.74º | 0.78% | 0.77% | - |
| HSV(B) | 107.74º | 0.38% | 0.95% | - |
| XYZ | 53.33 | 74 | 39.91 | - |
| YUV | 209.27 | 93.98 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 149 | 0.31 | 0 | 0.38 | 0.05 | 107.74 | 0.78 | 0.77 |
| Hex | A8 | F2 | 95 | 1F | 0 | 26 | 5 | 6C | 4E | 4D |
| Octal | 250 | 362 | 225 | 37 | 0 | 46 | 5 | 154 | 116 | 115 |
| Binary | 10101000 | 11110010 | 10010101 | 11111 | 0 | 100110 | 101 | 1101100 | 1001110 | 1001101 |
Color Harmonies of #A8F295
Complementary color
Monochromatic Colors of #A8F295
Black with #A8F295
Text Example
Text Example
White with #A8F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F295; }
p { color: rgb(168,242,149); }
H1.HeaderClassName
{
color: #A8F295;
}
.AnyTagClassName
{
color: #A8F295;
}
</style>
background-color css
<style>
a { background-color: #A8F295; }
a { background-color: rgb(168,242,149); }
div.DivClassName
{
background-color: #A8F295;
}
.BgClassName
{
background-color: #A8F295;
}
</style>
border-color css
<style>
span { border-color: #A8F295; }
span { border-color: rgb(168,242,149); }
td.TdClassName
{
border-color: #A8F295;
}
.TagClassName
{
border-color: #A8F295;
}
</style>