Html Css Color HEX #A8E995 Granny Smith Apple
📋 copy color: '#A8E995'red 168 ◦ green 233 ◦ blue 149
Shades of Granny Smith Apple #A8E995
Tints of Granny Smith Apple #A8E995
RGB
CMYK
RGB Variations
Color information
#A8E995 (or 0xA8E995) is known color: Granny Smith Apple. HEX triplet: A8, E9 and 95. RGB value is (168,233,149). Sum of RGB (Red+Green+Blue) = 168+233+149=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E995 is #57166A. Grayscale: #CCCCCC. Windows color (decimal): -5707371 or 9824680. OLE color: 9824680.
HSL color Cylindrical-coordinate representation of color #A8E995: hue angle of 106.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8E995 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 149 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.09 |
| HSL | 106.43º | 0.66% | 0.75% | - |
| HSV(B) | 106.43º | 0.36% | 0.91% | - |
| XYZ | 50.71 | 68.77 | 39.04 | - |
| YUV | 203.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 149 | 0.28 | 0 | 0.36 | 0.09 | 106.43 | 0.66 | 0.75 |
| Hex | A8 | E9 | 95 | 1C | 0 | 24 | 9 | 6A | 42 | 4B |
| Octal | 250 | 351 | 225 | 34 | 0 | 44 | 11 | 152 | 102 | 113 |
| Binary | 10101000 | 11101001 | 10010101 | 11100 | 0 | 100100 | 1001 | 1101010 | 1000010 | 1001011 |
Color Harmonies of #A8E995
Complementary color
Monochromatic Colors of #A8E995
Black with #A8E995
Text Example
Text Example
White with #A8E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E995; }
p { color: rgb(168,233,149); }
H1.HeaderClassName
{
color: #A8E995;
}
.AnyTagClassName
{
color: #A8E995;
}
</style>
background-color css
<style>
a { background-color: #A8E995; }
a { background-color: rgb(168,233,149); }
div.DivClassName
{
background-color: #A8E995;
}
.BgClassName
{
background-color: #A8E995;
}
</style>
border-color css
<style>
span { border-color: #A8E995; }
span { border-color: rgb(168,233,149); }
td.TdClassName
{
border-color: #A8E995;
}
.TagClassName
{
border-color: #A8E995;
}
</style>