Html Css Color HEX #A8F195 Granny Smith Apple
📋 copy color: '#A8F195'red 168 ◦ green 241 ◦ blue 149
Shades of Granny Smith Apple #A8F195
Tints of Granny Smith Apple #A8F195
RGB
CMYK
RGB Variations
Color information
#A8F195 (or 0xA8F195) is known color: Granny Smith Apple. HEX triplet: A8, F1 and 95. RGB value is (168,241,149). Sum of RGB (Red+Green+Blue) = 168+241+149=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F195 is #570E6A. Grayscale: #D0D0D0. Windows color (decimal): -5705323 or 9826728. OLE color: 9826728.
HSL color Cylindrical-coordinate representation of color #A8F195: hue angle of 107.61º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8F195 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 149 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.05 |
| HSL | 107.61º | 0.77% | 0.76% | - |
| HSV(B) | 107.61º | 0.38% | 0.95% | - |
| XYZ | 53.03 | 73.41 | 39.81 | - |
| YUV | 208.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 149 | 0.30 | 0 | 0.38 | 0.05 | 107.61 | 0.77 | 0.76 |
| Hex | A8 | F1 | 95 | 1E | 0 | 26 | 5 | 6C | 4D | 4C |
| Octal | 250 | 361 | 225 | 36 | 0 | 46 | 5 | 154 | 115 | 114 |
| Binary | 10101000 | 11110001 | 10010101 | 11110 | 0 | 100110 | 101 | 1101100 | 1001101 | 1001100 |
Color Harmonies of #A8F195
Complementary color
Monochromatic Colors of #A8F195
Black with #A8F195
Text Example
Text Example
White with #A8F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F195; }
p { color: rgb(168,241,149); }
H1.HeaderClassName
{
color: #A8F195;
}
.AnyTagClassName
{
color: #A8F195;
}
</style>
background-color css
<style>
a { background-color: #A8F195; }
a { background-color: rgb(168,241,149); }
div.DivClassName
{
background-color: #A8F195;
}
.BgClassName
{
background-color: #A8F195;
}
</style>
border-color css
<style>
span { border-color: #A8F195; }
span { border-color: rgb(168,241,149); }
td.TdClassName
{
border-color: #A8F195;
}
.TagClassName
{
border-color: #A8F195;
}
</style>