Html Css Color HEX #94D78C Granny Smith Apple
📋 copy color: '#94D78C'red 148 ◦ green 215 ◦ blue 140
Shades of Granny Smith Apple #94D78C
Tints of Granny Smith Apple #94D78C
RGB
CMYK
RGB Variations
Color information
#94D78C (or 0x94D78C) is known color: Granny Smith Apple. HEX triplet: 94, D7 and 8C. RGB value is (148,215,140). Sum of RGB (Red+Green+Blue) = 148+215+140=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #94D78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D78C is #6B2873. Grayscale: #BABABA. Windows color (decimal): -7022708 or 9230228. OLE color: 9230228.
HSL color Cylindrical-coordinate representation of color #94D78C: hue angle of 113.6º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D78C is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 140 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.16 |
| HSL | 113.6º | 0.48% | 0.7% | - |
| HSV(B) | 113.6º | 0.35% | 0.84% | - |
| XYZ | 41.25 | 56.79 | 33.6 | - |
| YUV | 186.42 | 101.8 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 140 | 0.31 | 0 | 0.35 | 0.16 | 113.6 | 0.48 | 0.7 |
| Hex | 94 | D7 | 8C | 1F | 0 | 23 | 10 | 72 | 30 | 46 |
| Octal | 224 | 327 | 214 | 37 | 0 | 43 | 20 | 162 | 60 | 106 |
| Binary | 10010100 | 11010111 | 10001100 | 11111 | 0 | 100011 | 10000 | 1110010 | 110000 | 1000110 |
Color Harmonies of #94D78C
Complementary color
Monochromatic Colors of #94D78C
Black with #94D78C
Text Example
Text Example
White with #94D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D78C; }
p { color: rgb(148,215,140); }
H1.HeaderClassName
{
color: #94D78C;
}
.AnyTagClassName
{
color: #94D78C;
}
</style>
background-color css
<style>
a { background-color: #94D78C; }
a { background-color: rgb(148,215,140); }
div.DivClassName
{
background-color: #94D78C;
}
.BgClassName
{
background-color: #94D78C;
}
</style>
border-color css
<style>
span { border-color: #94D78C; }
span { border-color: rgb(148,215,140); }
td.TdClassName
{
border-color: #94D78C;
}
.TagClassName
{
border-color: #94D78C;
}
</style>