Html Css Color HEX #94E18B Granny Smith Apple
📋 copy color: '#94E18B'red 148 ◦ green 225 ◦ blue 139
Shades of Granny Smith Apple #94E18B
Tints of Granny Smith Apple #94E18B
RGB
CMYK
RGB Variations
Color information
#94E18B (or 0x94E18B) is known color: Granny Smith Apple. HEX triplet: 94, E1 and 8B. RGB value is (148,225,139). Sum of RGB (Red+Green+Blue) = 148+225+139=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #94E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E18B is #6B1E74. Grayscale: #C0C0C0. Windows color (decimal): -7020149 or 9167252. OLE color: 9167252.
HSL color Cylindrical-coordinate representation of color #94E18B: hue angle of 113.72º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E18B is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 225 | 139 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.12 |
| HSL | 113.72º | 0.59% | 0.71% | - |
| HSV(B) | 113.72º | 0.38% | 0.88% | - |
| XYZ | 43.8 | 62.01 | 34.09 | - |
| YUV | 192.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 225 | 139 | 0.34 | 0 | 0.38 | 0.12 | 113.72 | 0.59 | 0.71 |
| Hex | 94 | E1 | 8B | 22 | 0 | 26 | C | 72 | 3B | 47 |
| Octal | 224 | 341 | 213 | 42 | 0 | 46 | 14 | 162 | 73 | 107 |
| Binary | 10010100 | 11100001 | 10001011 | 100010 | 0 | 100110 | 1100 | 1110010 | 111011 | 1000111 |
Color Harmonies of #94E18B
Complementary color
Monochromatic Colors of #94E18B
Black with #94E18B
Text Example
Text Example
White with #94E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E18B; }
p { color: rgb(148,225,139); }
H1.HeaderClassName
{
color: #94E18B;
}
.AnyTagClassName
{
color: #94E18B;
}
</style>
background-color css
<style>
a { background-color: #94E18B; }
a { background-color: rgb(148,225,139); }
div.DivClassName
{
background-color: #94E18B;
}
.BgClassName
{
background-color: #94E18B;
}
</style>
border-color css
<style>
span { border-color: #94E18B; }
span { border-color: rgb(148,225,139); }
td.TdClassName
{
border-color: #94E18B;
}
.TagClassName
{
border-color: #94E18B;
}
</style>