Html Css Color HEX #94D392 Granny Smith Apple
📋 copy color: '#94D392'red 148 ◦ green 211 ◦ blue 146
Shades of Granny Smith Apple #94D392
Tints of Granny Smith Apple #94D392
RGB
CMYK
RGB Variations
Color information
#94D392 (or 0x94D392) is known color: Granny Smith Apple. HEX triplet: 94, D3 and 92. RGB value is (148,211,146). Sum of RGB (Red+Green+Blue) = 148+211+146=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #94D392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D392 is #6B2C6D. Grayscale: #B8B8B8. Windows color (decimal): -7023726 or 9622420. OLE color: 9622420.
HSL color Cylindrical-coordinate representation of color #94D392: hue angle of 118.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D392 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 146 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.17 |
| HSL | 118.15º | 0.42% | 0.7% | - |
| HSV(B) | 118.15º | 0.31% | 0.83% | - |
| XYZ | 40.7 | 54.96 | 35.66 | - |
| YUV | 184.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 146 | 0.30 | 0 | 0.31 | 0.17 | 118.15 | 0.42 | 0.7 |
| Hex | 94 | D3 | 92 | 1E | 0 | 1F | 11 | 76 | 2A | 46 |
| Octal | 224 | 323 | 222 | 36 | 0 | 37 | 21 | 166 | 52 | 106 |
| Binary | 10010100 | 11010011 | 10010010 | 11110 | 0 | 11111 | 10001 | 1110110 | 101010 | 1000110 |
Color Harmonies of #94D392
Complementary color
Monochromatic Colors of #94D392
Black with #94D392
Text Example
Text Example
White with #94D392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D392; }
p { color: rgb(148,211,146); }
H1.HeaderClassName
{
color: #94D392;
}
.AnyTagClassName
{
color: #94D392;
}
</style>
background-color css
<style>
a { background-color: #94D392; }
a { background-color: rgb(148,211,146); }
div.DivClassName
{
background-color: #94D392;
}
.BgClassName
{
background-color: #94D392;
}
</style>
border-color css
<style>
span { border-color: #94D392; }
span { border-color: rgb(148,211,146); }
td.TdClassName
{
border-color: #94D392;
}
.TagClassName
{
border-color: #94D392;
}
</style>