Html Css Color HEX #94E192 Granny Smith Apple
📋 copy color: '#94E192'red 148 ◦ green 225 ◦ blue 146
Shades of Granny Smith Apple #94E192
Tints of Granny Smith Apple #94E192
RGB
CMYK
RGB Variations
Color information
#94E192 (or 0x94E192) is known color: Granny Smith Apple. HEX triplet: 94, E1 and 92. RGB value is (148,225,146). Sum of RGB (Red+Green+Blue) = 148+225+146=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #94E192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E192 is #6B1E6D. Grayscale: #C1C1C1. Windows color (decimal): -7020142 or 9626004. OLE color: 9626004.
HSL color Cylindrical-coordinate representation of color #94E192: hue angle of 118.48º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E192 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 146 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.12 |
| HSL | 118.48º | 0.57% | 0.73% | - |
| HSV(B) | 118.48º | 0.35% | 0.88% | - |
| XYZ | 44.33 | 62.22 | 36.87 | - |
| YUV | 192.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 146 | 0.34 | 0 | 0.35 | 0.12 | 118.48 | 0.57 | 0.73 |
| Hex | 94 | E1 | 92 | 22 | 0 | 23 | C | 76 | 39 | 49 |
| Octal | 224 | 341 | 222 | 42 | 0 | 43 | 14 | 166 | 71 | 111 |
| Binary | 10010100 | 11100001 | 10010010 | 100010 | 0 | 100011 | 1100 | 1110110 | 111001 | 1001001 |
Color Harmonies of #94E192
Complementary color
Monochromatic Colors of #94E192
Black with #94E192
Text Example
Text Example
White with #94E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E192; }
p { color: rgb(148,225,146); }
H1.HeaderClassName
{
color: #94E192;
}
.AnyTagClassName
{
color: #94E192;
}
</style>
background-color css
<style>
a { background-color: #94E192; }
a { background-color: rgb(148,225,146); }
div.DivClassName
{
background-color: #94E192;
}
.BgClassName
{
background-color: #94E192;
}
</style>
border-color css
<style>
span { border-color: #94E192; }
span { border-color: rgb(148,225,146); }
td.TdClassName
{
border-color: #94E192;
}
.TagClassName
{
border-color: #94E192;
}
</style>