Html Css Color HEX #A8EC95 Granny Smith Apple
📋 copy color: '#A8EC95'red 168 ◦ green 236 ◦ blue 149
Shades of Granny Smith Apple #A8EC95
Tints of Granny Smith Apple #A8EC95
RGB
CMYK
RGB Variations
Color information
#A8EC95 (or 0xA8EC95) is known color: Granny Smith Apple. HEX triplet: A8, EC and 95. RGB value is (168,236,149). Sum of RGB (Red+Green+Blue) = 168+236+149=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EC95 is #57136A. Grayscale: #CECECE. Windows color (decimal): -5706603 or 9825448. OLE color: 9825448.
HSL color Cylindrical-coordinate representation of color #A8EC95: hue angle of 106.9º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8EC95 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 149 | - |
| CMYK | 0.29 | 0 | 0.37 | 0.07 |
| HSL | 106.9º | 0.7% | 0.75% | - |
| HSV(B) | 106.9º | 0.37% | 0.93% | - |
| XYZ | 51.57 | 70.49 | 39.32 | - |
| YUV | 205.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 149 | 0.29 | 0 | 0.37 | 0.07 | 106.9 | 0.7 | 0.75 |
| Hex | A8 | EC | 95 | 1D | 0 | 25 | 7 | 6B | 46 | 4B |
| Octal | 250 | 354 | 225 | 35 | 0 | 45 | 7 | 153 | 106 | 113 |
| Binary | 10101000 | 11101100 | 10010101 | 11101 | 0 | 100101 | 111 | 1101011 | 1000110 | 1001011 |
Color Harmonies of #A8EC95
Complementary color
Monochromatic Colors of #A8EC95
Black with #A8EC95
Text Example
Text Example
White with #A8EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC95; }
p { color: rgb(168,236,149); }
H1.HeaderClassName
{
color: #A8EC95;
}
.AnyTagClassName
{
color: #A8EC95;
}
</style>
background-color css
<style>
a { background-color: #A8EC95; }
a { background-color: rgb(168,236,149); }
div.DivClassName
{
background-color: #A8EC95;
}
.BgClassName
{
background-color: #A8EC95;
}
</style>
border-color css
<style>
span { border-color: #A8EC95; }
span { border-color: rgb(168,236,149); }
td.TdClassName
{
border-color: #A8EC95;
}
.TagClassName
{
border-color: #A8EC95;
}
</style>