Html Css Color HEX #94D78A Granny Smith Apple
📋 copy color: '#94D78A'red 148 ◦ green 215 ◦ blue 138
Shades of Granny Smith Apple #94D78A
Tints of Granny Smith Apple #94D78A
RGB
CMYK
RGB Variations
Color information
#94D78A (or 0x94D78A) is known color: Granny Smith Apple. HEX triplet: 94, D7 and 8A. RGB value is (148,215,138). Sum of RGB (Red+Green+Blue) = 148+215+138=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #94D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D78A is #6B2875. Grayscale: #BABABA. Windows color (decimal): -7022710 or 9099156. OLE color: 9099156.
HSL color Cylindrical-coordinate representation of color #94D78A: hue angle of 112.21º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94D78A is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 138 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.16 |
| HSL | 112.21º | 0.49% | 0.69% | - |
| HSV(B) | 112.21º | 0.36% | 0.84% | - |
| XYZ | 41.1 | 56.73 | 32.83 | - |
| YUV | 186.19 | 100.8 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 138 | 0.31 | 0 | 0.36 | 0.16 | 112.21 | 0.49 | 0.69 |
| Hex | 94 | D7 | 8A | 1F | 0 | 24 | 10 | 70 | 31 | 45 |
| Octal | 224 | 327 | 212 | 37 | 0 | 44 | 20 | 160 | 61 | 105 |
| Binary | 10010100 | 11010111 | 10001010 | 11111 | 0 | 100100 | 10000 | 1110000 | 110001 | 1000101 |
Color Harmonies of #94D78A
Complementary color
Monochromatic Colors of #94D78A
Black with #94D78A
Text Example
Text Example
White with #94D78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D78A; }
p { color: rgb(148,215,138); }
H1.HeaderClassName
{
color: #94D78A;
}
.AnyTagClassName
{
color: #94D78A;
}
</style>
background-color css
<style>
a { background-color: #94D78A; }
a { background-color: rgb(148,215,138); }
div.DivClassName
{
background-color: #94D78A;
}
.BgClassName
{
background-color: #94D78A;
}
</style>
border-color css
<style>
span { border-color: #94D78A; }
span { border-color: rgb(148,215,138); }
td.TdClassName
{
border-color: #94D78A;
}
.TagClassName
{
border-color: #94D78A;
}
</style>