Html Css Color HEX #94DC91 Granny Smith Apple
📋 copy color: '#94DC91'red 148 ◦ green 220 ◦ blue 145
Shades of Granny Smith Apple #94DC91
Tints of Granny Smith Apple #94DC91
RGB
CMYK
RGB Variations
Color information
#94DC91 (or 0x94DC91) is known color: Granny Smith Apple. HEX triplet: 94, DC and 91. RGB value is (148,220,145). Sum of RGB (Red+Green+Blue) = 148+220+145=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC91 is #6B236E. Grayscale: #BEBEBE. Windows color (decimal): -7021423 or 9559188. OLE color: 9559188.
HSL color Cylindrical-coordinate representation of color #94DC91: hue angle of 117.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DC91 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 145 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.14 |
| HSL | 117.6º | 0.52% | 0.72% | - |
| HSV(B) | 117.6º | 0.34% | 0.86% | - |
| XYZ | 42.92 | 59.53 | 36.02 | - |
| YUV | 189.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 145 | 0.33 | 0 | 0.34 | 0.14 | 117.6 | 0.52 | 0.72 |
| Hex | 94 | DC | 91 | 21 | 0 | 22 | E | 76 | 34 | 48 |
| Octal | 224 | 334 | 221 | 41 | 0 | 42 | 16 | 166 | 64 | 110 |
| Binary | 10010100 | 11011100 | 10010001 | 100001 | 0 | 100010 | 1110 | 1110110 | 110100 | 1001000 |
Color Harmonies of #94DC91
Complementary color
Monochromatic Colors of #94DC91
Black with #94DC91
Text Example
Text Example
White with #94DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC91; }
p { color: rgb(148,220,145); }
H1.HeaderClassName
{
color: #94DC91;
}
.AnyTagClassName
{
color: #94DC91;
}
</style>
background-color css
<style>
a { background-color: #94DC91; }
a { background-color: rgb(148,220,145); }
div.DivClassName
{
background-color: #94DC91;
}
.BgClassName
{
background-color: #94DC91;
}
</style>
border-color css
<style>
span { border-color: #94DC91; }
span { border-color: rgb(148,220,145); }
td.TdClassName
{
border-color: #94DC91;
}
.TagClassName
{
border-color: #94DC91;
}
</style>