Html Css Color HEX #A8EC8E Granny Smith Apple
📋 copy color: '#A8EC8E'red 168 ◦ green 236 ◦ blue 142
Shades of Granny Smith Apple #A8EC8E
Tints of Granny Smith Apple #A8EC8E
RGB
CMYK
RGB Variations
Color information
#A8EC8E (or 0xA8EC8E) is known color: Granny Smith Apple. HEX triplet: A8, EC and 8E. RGB value is (168,236,142). Sum of RGB (Red+Green+Blue) = 168+236+142=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EC8E is #571371. Grayscale: #CDCDCD. Windows color (decimal): -5706610 or 9366696. OLE color: 9366696.
HSL color Cylindrical-coordinate representation of color #A8EC8E: hue angle of 103.4º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8EC8E is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 142 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.07 |
| HSL | 103.4º | 0.71% | 0.74% | - |
| HSV(B) | 103.4º | 0.4% | 0.93% | - |
| XYZ | 51.03 | 70.27 | 36.47 | - |
| YUV | 204.95 | 92.47 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 142 | 0.29 | 0 | 0.40 | 0.07 | 103.4 | 0.71 | 0.74 |
| Hex | A8 | EC | 8E | 1D | 0 | 28 | 7 | 67 | 47 | 4A |
| Octal | 250 | 354 | 216 | 35 | 0 | 50 | 7 | 147 | 107 | 112 |
| Binary | 10101000 | 11101100 | 10001110 | 11101 | 0 | 101000 | 111 | 1100111 | 1000111 | 1001010 |
Color Harmonies of #A8EC8E
Complementary color
Monochromatic Colors of #A8EC8E
Black with #A8EC8E
Text Example
Text Example
White with #A8EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC8E; }
p { color: rgb(168,236,142); }
H1.HeaderClassName
{
color: #A8EC8E;
}
.AnyTagClassName
{
color: #A8EC8E;
}
</style>
background-color css
<style>
a { background-color: #A8EC8E; }
a { background-color: rgb(168,236,142); }
div.DivClassName
{
background-color: #A8EC8E;
}
.BgClassName
{
background-color: #A8EC8E;
}
</style>
border-color css
<style>
span { border-color: #A8EC8E; }
span { border-color: rgb(168,236,142); }
td.TdClassName
{
border-color: #A8EC8E;
}
.TagClassName
{
border-color: #A8EC8E;
}
</style>