Html Css Color HEX #94DC89 Granny Smith Apple
📋 copy color: '#94DC89'red 148 ◦ green 220 ◦ blue 137
Shades of Granny Smith Apple #94DC89
Tints of Granny Smith Apple #94DC89
RGB
CMYK
RGB Variations
Color information
#94DC89 (or 0x94DC89) is known color: Granny Smith Apple. HEX triplet: 94, DC and 89. RGB value is (148,220,137). Sum of RGB (Red+Green+Blue) = 148+220+137=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC89 is #6B2376. Grayscale: #BDBDBD. Windows color (decimal): -7021431 or 9034900. OLE color: 9034900.
HSL color Cylindrical-coordinate representation of color #94DC89: hue angle of 112.05º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94DC89 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 137 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.14 |
| HSL | 112.05º | 0.54% | 0.7% | - |
| HSV(B) | 112.05º | 0.38% | 0.86% | - |
| XYZ | 42.32 | 59.29 | 32.88 | - |
| YUV | 189.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 137 | 0.33 | 0 | 0.38 | 0.14 | 112.05 | 0.54 | 0.7 |
| Hex | 94 | DC | 89 | 21 | 0 | 26 | E | 70 | 36 | 46 |
| Octal | 224 | 334 | 211 | 41 | 0 | 46 | 16 | 160 | 66 | 106 |
| Binary | 10010100 | 11011100 | 10001001 | 100001 | 0 | 100110 | 1110 | 1110000 | 110110 | 1000110 |
Color Harmonies of #94DC89
Complementary color
Monochromatic Colors of #94DC89
Black with #94DC89
Text Example
Text Example
White with #94DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC89; }
p { color: rgb(148,220,137); }
H1.HeaderClassName
{
color: #94DC89;
}
.AnyTagClassName
{
color: #94DC89;
}
</style>
background-color css
<style>
a { background-color: #94DC89; }
a { background-color: rgb(148,220,137); }
div.DivClassName
{
background-color: #94DC89;
}
.BgClassName
{
background-color: #94DC89;
}
</style>
border-color css
<style>
span { border-color: #94DC89; }
span { border-color: rgb(148,220,137); }
td.TdClassName
{
border-color: #94DC89;
}
.TagClassName
{
border-color: #94DC89;
}
</style>