Html Css Color HEX #A8E996 Granny Smith Apple
📋 copy color: '#A8E996'red 168 ◦ green 233 ◦ blue 150
Shades of Granny Smith Apple #A8E996
Tints of Granny Smith Apple #A8E996
RGB
CMYK
RGB Variations
Color information
#A8E996 (or 0xA8E996) is known color: Granny Smith Apple. HEX triplet: A8, E9 and 96. RGB value is (168,233,150). Sum of RGB (Red+Green+Blue) = 168+233+150=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E996 is #571669. Grayscale: #CCCCCC. Windows color (decimal): -5707370 or 9890216. OLE color: 9890216.
HSL color Cylindrical-coordinate representation of color #A8E996: hue angle of 106.99º degrees, saturation: 0.65, 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 #A8E996 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 233 | 150 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.09 |
| HSL | 106.99º | 0.65% | 0.75% | - |
| HSV(B) | 106.99º | 0.36% | 0.91% | - |
| XYZ | 50.79 | 68.8 | 39.46 | - |
| YUV | 204.1 | 97.47 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 233 | 150 | 0.28 | 0 | 0.36 | 0.09 | 106.99 | 0.65 | 0.75 |
| Hex | A8 | E9 | 96 | 1C | 0 | 24 | 9 | 6B | 41 | 4B |
| Octal | 250 | 351 | 226 | 34 | 0 | 44 | 11 | 153 | 101 | 113 |
| Binary | 10101000 | 11101001 | 10010110 | 11100 | 0 | 100100 | 1001 | 1101011 | 1000001 | 1001011 |
Color Harmonies of #A8E996
Complementary color
Monochromatic Colors of #A8E996
Black with #A8E996
Text Example
Text Example
White with #A8E996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E996; }
p { color: rgb(168,233,150); }
H1.HeaderClassName
{
color: #A8E996;
}
.AnyTagClassName
{
color: #A8E996;
}
</style>
background-color css
<style>
a { background-color: #A8E996; }
a { background-color: rgb(168,233,150); }
div.DivClassName
{
background-color: #A8E996;
}
.BgClassName
{
background-color: #A8E996;
}
</style>
border-color css
<style>
span { border-color: #A8E996; }
span { border-color: rgb(168,233,150); }
td.TdClassName
{
border-color: #A8E996;
}
.TagClassName
{
border-color: #A8E996;
}
</style>