Html Css Color HEX #96D490 Granny Smith Apple
📋 copy color: '#96D490'red 150 ◦ green 212 ◦ blue 144
Shades of Granny Smith Apple #96D490
Tints of Granny Smith Apple #96D490
RGB
CMYK
RGB Variations
Color information
#96D490 (or 0x96D490) is known color: Granny Smith Apple. HEX triplet: 96, D4 and 90. RGB value is (150,212,144). Sum of RGB (Red+Green+Blue) = 150+212+144=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #96D490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D490 is #692B6F. Grayscale: #B9B9B9. Windows color (decimal): -6892400 or 9491606. OLE color: 9491606.
HSL color Cylindrical-coordinate representation of color #96D490: hue angle of 114.71º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D490 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 144 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.17 |
| HSL | 114.71º | 0.44% | 0.7% | - |
| HSV(B) | 114.71º | 0.32% | 0.83% | - |
| XYZ | 41.16 | 55.58 | 34.95 | - |
| YUV | 185.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 144 | 0.29 | 0 | 0.32 | 0.17 | 114.71 | 0.44 | 0.7 |
| Hex | 96 | D4 | 90 | 1D | 0 | 20 | 11 | 73 | 2C | 46 |
| Octal | 226 | 324 | 220 | 35 | 0 | 40 | 21 | 163 | 54 | 106 |
| Binary | 10010110 | 11010100 | 10010000 | 11101 | 0 | 100000 | 10001 | 1110011 | 101100 | 1000110 |
Color Harmonies of #96D490
Complementary color
Monochromatic Colors of #96D490
Black with #96D490
Text Example
Text Example
White with #96D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D490; }
p { color: rgb(150,212,144); }
H1.HeaderClassName
{
color: #96D490;
}
.AnyTagClassName
{
color: #96D490;
}
</style>
background-color css
<style>
a { background-color: #96D490; }
a { background-color: rgb(150,212,144); }
div.DivClassName
{
background-color: #96D490;
}
.BgClassName
{
background-color: #96D490;
}
</style>
border-color css
<style>
span { border-color: #96D490; }
span { border-color: rgb(150,212,144); }
td.TdClassName
{
border-color: #96D490;
}
.TagClassName
{
border-color: #96D490;
}
</style>