Html Css Color HEX #96DC9A Granny Smith Apple
📋 copy color: '#96DC9A'red 150 ◦ green 220 ◦ blue 154
Shades of Granny Smith Apple #96DC9A
Tints of Granny Smith Apple #96DC9A
RGB
CMYK
RGB Variations
Color information
#96DC9A (or 0x96DC9A) is known color: Granny Smith Apple. HEX triplet: 96, DC and 9A. RGB value is (150,220,154). Sum of RGB (Red+Green+Blue) = 150+220+154=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC9A is #692365. Grayscale: #BFBFBF. Windows color (decimal): -6890342 or 10149014. OLE color: 10149014.
HSL color Cylindrical-coordinate representation of color #96DC9A: hue angle of 123.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DC9A is Cyan = 0.32, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 154 | - |
| CMYK | 0.32 | 0 | 0.3 | 0.14 |
| HSL | 123.43º | 0.5% | 0.73% | - |
| HSV(B) | 123.43º | 0.32% | 0.86% | - |
| XYZ | 44 | 60 | 39.83 | - |
| YUV | 191.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 154 | 0.32 | 0 | 0.3 | 0.14 | 123.43 | 0.5 | 0.73 |
| Hex | 96 | DC | 9A | 20 | 0 | 1E | E | 7B | 32 | 49 |
| Octal | 226 | 334 | 232 | 40 | 0 | 36 | 16 | 173 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10011010 | 100000 | 0 | 11110 | 1110 | 1111011 | 110010 | 1001001 |
Color Harmonies of #96DC9A
Complementary color
Monochromatic Colors of #96DC9A
Black with #96DC9A
Text Example
Text Example
White with #96DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC9A; }
p { color: rgb(150,220,154); }
H1.HeaderClassName
{
color: #96DC9A;
}
.AnyTagClassName
{
color: #96DC9A;
}
</style>
background-color css
<style>
a { background-color: #96DC9A; }
a { background-color: rgb(150,220,154); }
div.DivClassName
{
background-color: #96DC9A;
}
.BgClassName
{
background-color: #96DC9A;
}
</style>
border-color css
<style>
span { border-color: #96DC9A; }
span { border-color: rgb(150,220,154); }
td.TdClassName
{
border-color: #96DC9A;
}
.TagClassName
{
border-color: #96DC9A;
}
</style>