Html Css Color HEX #94D296 Granny Smith Apple
📋 copy color: '#94D296'red 148 ◦ green 210 ◦ blue 150
Shades of Granny Smith Apple #94D296
Tints of Granny Smith Apple #94D296
RGB
CMYK
RGB Variations
Color information
#94D296 (or 0x94D296) is known color: Granny Smith Apple. HEX triplet: 94, D2 and 96. RGB value is (148,210,150). Sum of RGB (Red+Green+Blue) = 148+210+150=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #94D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D296 is #6B2D69. Grayscale: #B8B8B8. Windows color (decimal): -7023978 or 9884308. OLE color: 9884308.
HSL color Cylindrical-coordinate representation of color #94D296: hue angle of 121.94º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D296 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 150 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.18 |
| HSL | 121.94º | 0.41% | 0.7% | - |
| HSV(B) | 121.94º | 0.3% | 0.82% | - |
| XYZ | 40.76 | 54.59 | 37.24 | - |
| YUV | 184.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 150 | 0.30 | 0 | 0.29 | 0.18 | 121.94 | 0.41 | 0.7 |
| Hex | 94 | D2 | 96 | 1E | 0 | 1D | 12 | 7A | 29 | 46 |
| Octal | 224 | 322 | 226 | 36 | 0 | 35 | 22 | 172 | 51 | 106 |
| Binary | 10010100 | 11010010 | 10010110 | 11110 | 0 | 11101 | 10010 | 1111010 | 101001 | 1000110 |
Color Harmonies of #94D296
Complementary color
Monochromatic Colors of #94D296
Black with #94D296
Text Example
Text Example
White with #94D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D296; }
p { color: rgb(148,210,150); }
H1.HeaderClassName
{
color: #94D296;
}
.AnyTagClassName
{
color: #94D296;
}
</style>
background-color css
<style>
a { background-color: #94D296; }
a { background-color: rgb(148,210,150); }
div.DivClassName
{
background-color: #94D296;
}
.BgClassName
{
background-color: #94D296;
}
</style>
border-color css
<style>
span { border-color: #94D296; }
span { border-color: rgb(148,210,150); }
td.TdClassName
{
border-color: #94D296;
}
.TagClassName
{
border-color: #94D296;
}
</style>