Html Css Color HEX #94D986 Granny Smith Apple
📋 copy color: '#94D986'red 148 ◦ green 217 ◦ blue 134
Shades of Granny Smith Apple #94D986
Tints of Granny Smith Apple #94D986
RGB
CMYK
RGB Variations
Color information
#94D986 (or 0x94D986) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 86. RGB value is (148,217,134). Sum of RGB (Red+Green+Blue) = 148+217+134=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #94D986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D986 is #6B2679. Grayscale: #BBBBBB. Windows color (decimal): -7022202 or 8837524. OLE color: 8837524.
HSL color Cylindrical-coordinate representation of color #94D986: hue angle of 109.88º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D986 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 134 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.15 |
| HSL | 109.88º | 0.52% | 0.69% | - |
| HSV(B) | 109.88º | 0.38% | 0.85% | - |
| XYZ | 41.33 | 57.64 | 31.5 | - |
| YUV | 186.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 134 | 0.32 | 0 | 0.38 | 0.15 | 109.88 | 0.52 | 0.69 |
| Hex | 94 | D9 | 86 | 20 | 0 | 26 | F | 6E | 34 | 45 |
| Octal | 224 | 331 | 206 | 40 | 0 | 46 | 17 | 156 | 64 | 105 |
| Binary | 10010100 | 11011001 | 10000110 | 100000 | 0 | 100110 | 1111 | 1101110 | 110100 | 1000101 |
Color Harmonies of #94D986
Complementary color
Monochromatic Colors of #94D986
Black with #94D986
Text Example
Text Example
White with #94D986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D986; }
p { color: rgb(148,217,134); }
H1.HeaderClassName
{
color: #94D986;
}
.AnyTagClassName
{
color: #94D986;
}
</style>
background-color css
<style>
a { background-color: #94D986; }
a { background-color: rgb(148,217,134); }
div.DivClassName
{
background-color: #94D986;
}
.BgClassName
{
background-color: #94D986;
}
</style>
border-color css
<style>
span { border-color: #94D986; }
span { border-color: rgb(148,217,134); }
td.TdClassName
{
border-color: #94D986;
}
.TagClassName
{
border-color: #94D986;
}
</style>