Html Css Color HEX #96DF9A Granny Smith Apple
📋 copy color: '#96DF9A'red 150 ◦ green 223 ◦ blue 154
Shades of Granny Smith Apple #96DF9A
Tints of Granny Smith Apple #96DF9A
RGB
CMYK
RGB Variations
Color information
#96DF9A (or 0x96DF9A) is known color: Granny Smith Apple. HEX triplet: 96, DF and 9A. RGB value is (150,223,154). Sum of RGB (Red+Green+Blue) = 150+223+154=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF9A is #692065. Grayscale: #C1C1C1. Windows color (decimal): -6889574 or 10149782. OLE color: 10149782.
HSL color Cylindrical-coordinate representation of color #96DF9A: hue angle of 123.29º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DF9A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 154 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.13 |
| HSL | 123.29º | 0.53% | 0.73% | - |
| HSV(B) | 123.29º | 0.33% | 0.87% | - |
| XYZ | 44.8 | 61.59 | 40.1 | - |
| YUV | 193.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 154 | 0.33 | 0 | 0.31 | 0.13 | 123.29 | 0.53 | 0.73 |
| Hex | 96 | DF | 9A | 21 | 0 | 1F | D | 7B | 35 | 49 |
| Octal | 226 | 337 | 232 | 41 | 0 | 37 | 15 | 173 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10011010 | 100001 | 0 | 11111 | 1101 | 1111011 | 110101 | 1001001 |
Color Harmonies of #96DF9A
Complementary color
Monochromatic Colors of #96DF9A
Black with #96DF9A
Text Example
Text Example
White with #96DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF9A; }
p { color: rgb(150,223,154); }
H1.HeaderClassName
{
color: #96DF9A;
}
.AnyTagClassName
{
color: #96DF9A;
}
</style>
background-color css
<style>
a { background-color: #96DF9A; }
a { background-color: rgb(150,223,154); }
div.DivClassName
{
background-color: #96DF9A;
}
.BgClassName
{
background-color: #96DF9A;
}
</style>
border-color css
<style>
span { border-color: #96DF9A; }
span { border-color: rgb(150,223,154); }
td.TdClassName
{
border-color: #96DF9A;
}
.TagClassName
{
border-color: #96DF9A;
}
</style>