Html Css Color HEX #94D38E Granny Smith Apple
📋 copy color: '#94D38E'red 148 ◦ green 211 ◦ blue 142
Shades of Granny Smith Apple #94D38E
Tints of Granny Smith Apple #94D38E
RGB
CMYK
RGB Variations
Color information
#94D38E (or 0x94D38E) is known color: Granny Smith Apple. HEX triplet: 94, D3 and 8E. RGB value is (148,211,142). Sum of RGB (Red+Green+Blue) = 148+211+142=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #94D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D38E is #6B2C71. Grayscale: #B8B8B8. Windows color (decimal): -7023730 or 9360276. OLE color: 9360276.
HSL color Cylindrical-coordinate representation of color #94D38E: hue angle of 114.78º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D38E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 142 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.17 |
| HSL | 114.78º | 0.44% | 0.69% | - |
| HSV(B) | 114.78º | 0.33% | 0.83% | - |
| XYZ | 40.39 | 54.84 | 34.05 | - |
| YUV | 184.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 142 | 0.30 | 0 | 0.33 | 0.17 | 114.78 | 0.44 | 0.69 |
| Hex | 94 | D3 | 8E | 1E | 0 | 21 | 11 | 73 | 2C | 45 |
| Octal | 224 | 323 | 216 | 36 | 0 | 41 | 21 | 163 | 54 | 105 |
| Binary | 10010100 | 11010011 | 10001110 | 11110 | 0 | 100001 | 10001 | 1110011 | 101100 | 1000101 |
Color Harmonies of #94D38E
Complementary color
Monochromatic Colors of #94D38E
Black with #94D38E
Text Example
Text Example
White with #94D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D38E; }
p { color: rgb(148,211,142); }
H1.HeaderClassName
{
color: #94D38E;
}
.AnyTagClassName
{
color: #94D38E;
}
</style>
background-color css
<style>
a { background-color: #94D38E; }
a { background-color: rgb(148,211,142); }
div.DivClassName
{
background-color: #94D38E;
}
.BgClassName
{
background-color: #94D38E;
}
</style>
border-color css
<style>
span { border-color: #94D38E; }
span { border-color: rgb(148,211,142); }
td.TdClassName
{
border-color: #94D38E;
}
.TagClassName
{
border-color: #94D38E;
}
</style>