Html Css Color HEX #94D895 Granny Smith Apple
📋 copy color: '#94D895'red 148 ◦ green 216 ◦ blue 149
Shades of Granny Smith Apple #94D895
Tints of Granny Smith Apple #94D895
RGB
CMYK
RGB Variations
Color information
#94D895 (or 0x94D895) is known color: Granny Smith Apple. HEX triplet: 94, D8 and 95. RGB value is (148,216,149). Sum of RGB (Red+Green+Blue) = 148+216+149=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #94D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D895 is #6B276A. Grayscale: #BCBCBC. Windows color (decimal): -7022443 or 9820308. OLE color: 9820308.
HSL color Cylindrical-coordinate representation of color #94D895: hue angle of 120.88º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D895 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 216 | 149 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.15 |
| HSL | 120.88º | 0.47% | 0.71% | - |
| HSV(B) | 120.88º | 0.31% | 0.85% | - |
| XYZ | 42.19 | 57.58 | 37.32 | - |
| YUV | 188.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 216 | 149 | 0.31 | 0 | 0.31 | 0.15 | 120.88 | 0.47 | 0.71 |
| Hex | 94 | D8 | 95 | 1F | 0 | 1F | F | 79 | 2F | 47 |
| Octal | 224 | 330 | 225 | 37 | 0 | 37 | 17 | 171 | 57 | 107 |
| Binary | 10010100 | 11011000 | 10010101 | 11111 | 0 | 11111 | 1111 | 1111001 | 101111 | 1000111 |
Color Harmonies of #94D895
Complementary color
Monochromatic Colors of #94D895
Black with #94D895
Text Example
Text Example
White with #94D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D895; }
p { color: rgb(148,216,149); }
H1.HeaderClassName
{
color: #94D895;
}
.AnyTagClassName
{
color: #94D895;
}
</style>
background-color css
<style>
a { background-color: #94D895; }
a { background-color: rgb(148,216,149); }
div.DivClassName
{
background-color: #94D895;
}
.BgClassName
{
background-color: #94D895;
}
</style>
border-color css
<style>
span { border-color: #94D895; }
span { border-color: rgb(148,216,149); }
td.TdClassName
{
border-color: #94D895;
}
.TagClassName
{
border-color: #94D895;
}
</style>