Html Css Color HEX #96E18A Granny Smith Apple
📋 copy color: '#96E18A'red 150 ◦ green 225 ◦ blue 138
Shades of Granny Smith Apple #96E18A
Tints of Granny Smith Apple #96E18A
RGB
CMYK
RGB Variations
Color information
#96E18A (or 0x96E18A) is known color: Granny Smith Apple. HEX triplet: 96, E1 and 8A. RGB value is (150,225,138). Sum of RGB (Red+Green+Blue) = 150+225+138=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #96E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E18A is #691E75. Grayscale: #C0C0C0. Windows color (decimal): -6889078 or 9101718. OLE color: 9101718.
HSL color Cylindrical-coordinate representation of color #96E18A: hue angle of 111.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E18A is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 138 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.12 |
| HSL | 111.72º | 0.59% | 0.71% | - |
| HSV(B) | 111.72º | 0.39% | 0.88% | - |
| XYZ | 44.09 | 62.17 | 33.72 | - |
| YUV | 192.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 138 | 0.33 | 0 | 0.39 | 0.12 | 111.72 | 0.59 | 0.71 |
| Hex | 96 | E1 | 8A | 21 | 0 | 27 | C | 70 | 3B | 47 |
| Octal | 226 | 341 | 212 | 41 | 0 | 47 | 14 | 160 | 73 | 107 |
| Binary | 10010110 | 11100001 | 10001010 | 100001 | 0 | 100111 | 1100 | 1110000 | 111011 | 1000111 |
Color Harmonies of #96E18A
Complementary color
Monochromatic Colors of #96E18A
Black with #96E18A
Text Example
Text Example
White with #96E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E18A; }
p { color: rgb(150,225,138); }
H1.HeaderClassName
{
color: #96E18A;
}
.AnyTagClassName
{
color: #96E18A;
}
</style>
background-color css
<style>
a { background-color: #96E18A; }
a { background-color: rgb(150,225,138); }
div.DivClassName
{
background-color: #96E18A;
}
.BgClassName
{
background-color: #96E18A;
}
</style>
border-color css
<style>
span { border-color: #96E18A; }
span { border-color: rgb(150,225,138); }
td.TdClassName
{
border-color: #96E18A;
}
.TagClassName
{
border-color: #96E18A;
}
</style>