Html Css Color HEX #94E38D Granny Smith Apple
📋 copy color: '#94E38D'red 148 ◦ green 227 ◦ blue 141
Shades of Granny Smith Apple #94E38D
Tints of Granny Smith Apple #94E38D
RGB
CMYK
RGB Variations
Color information
#94E38D (or 0x94E38D) is known color: Granny Smith Apple. HEX triplet: 94, E3 and 8D. RGB value is (148,227,141). Sum of RGB (Red+Green+Blue) = 148+227+141=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #94E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E38D is #6B1C72. Grayscale: #C1C1C1. Windows color (decimal): -7019635 or 9298836. OLE color: 9298836.
HSL color Cylindrical-coordinate representation of color #94E38D: hue angle of 115.12º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94E38D is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 227 | 141 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.11 |
| HSL | 115.12º | 0.61% | 0.72% | - |
| HSV(B) | 115.12º | 0.38% | 0.89% | - |
| XYZ | 44.49 | 63.16 | 35.05 | - |
| YUV | 193.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 227 | 141 | 0.35 | 0 | 0.38 | 0.11 | 115.12 | 0.61 | 0.72 |
| Hex | 94 | E3 | 8D | 23 | 0 | 26 | B | 73 | 3D | 48 |
| Octal | 224 | 343 | 215 | 43 | 0 | 46 | 13 | 163 | 75 | 110 |
| Binary | 10010100 | 11100011 | 10001101 | 100011 | 0 | 100110 | 1011 | 1110011 | 111101 | 1001000 |
Color Harmonies of #94E38D
Complementary color
Monochromatic Colors of #94E38D
Black with #94E38D
Text Example
Text Example
White with #94E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E38D; }
p { color: rgb(148,227,141); }
H1.HeaderClassName
{
color: #94E38D;
}
.AnyTagClassName
{
color: #94E38D;
}
</style>
background-color css
<style>
a { background-color: #94E38D; }
a { background-color: rgb(148,227,141); }
div.DivClassName
{
background-color: #94E38D;
}
.BgClassName
{
background-color: #94E38D;
}
</style>
border-color css
<style>
span { border-color: #94E38D; }
span { border-color: rgb(148,227,141); }
td.TdClassName
{
border-color: #94E38D;
}
.TagClassName
{
border-color: #94E38D;
}
</style>