Html Css Color HEX #94D396 Granny Smith Apple
📋 copy color: '#94D396'red 148 ◦ green 211 ◦ blue 150
Shades of Granny Smith Apple #94D396
Tints of Granny Smith Apple #94D396
RGB
CMYK
RGB Variations
Color information
#94D396 (or 0x94D396) is known color: Granny Smith Apple. HEX triplet: 94, D3 and 96. RGB value is (148,211,150). Sum of RGB (Red+Green+Blue) = 148+211+150=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #94D396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D396 is #6B2C69. Grayscale: #B9B9B9. Windows color (decimal): -7023722 or 9884564. OLE color: 9884564.
HSL color Cylindrical-coordinate representation of color #94D396: hue angle of 121.9º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D396 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 150 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.17 |
| HSL | 121.9º | 0.42% | 0.7% | - |
| HSV(B) | 121.9º | 0.3% | 0.83% | - |
| XYZ | 41.01 | 55.09 | 37.33 | - |
| YUV | 185.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 150 | 0.30 | 0 | 0.29 | 0.17 | 121.9 | 0.42 | 0.7 |
| Hex | 94 | D3 | 96 | 1E | 0 | 1D | 11 | 7A | 2A | 46 |
| Octal | 224 | 323 | 226 | 36 | 0 | 35 | 21 | 172 | 52 | 106 |
| Binary | 10010100 | 11010011 | 10010110 | 11110 | 0 | 11101 | 10001 | 1111010 | 101010 | 1000110 |
Color Harmonies of #94D396
Complementary color
Monochromatic Colors of #94D396
Black with #94D396
Text Example
Text Example
White with #94D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D396; }
p { color: rgb(148,211,150); }
H1.HeaderClassName
{
color: #94D396;
}
.AnyTagClassName
{
color: #94D396;
}
</style>
background-color css
<style>
a { background-color: #94D396; }
a { background-color: rgb(148,211,150); }
div.DivClassName
{
background-color: #94D396;
}
.BgClassName
{
background-color: #94D396;
}
</style>
border-color css
<style>
span { border-color: #94D396; }
span { border-color: rgb(148,211,150); }
td.TdClassName
{
border-color: #94D396;
}
.TagClassName
{
border-color: #94D396;
}
</style>