Html Css Color HEX #94E48C Granny Smith Apple
📋 copy color: '#94E48C'red 148 ◦ green 228 ◦ blue 140
Shades of Granny Smith Apple #94E48C
Tints of Granny Smith Apple #94E48C
RGB
CMYK
RGB Variations
Color information
#94E48C (or 0x94E48C) is known color: Granny Smith Apple. HEX triplet: 94, E4 and 8C. RGB value is (148,228,140). Sum of RGB (Red+Green+Blue) = 148+228+140=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #94E48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E48C is #6B1B73. Grayscale: #C2C2C2. Windows color (decimal): -7019380 or 9233556. OLE color: 9233556.
HSL color Cylindrical-coordinate representation of color #94E48C: hue angle of 114.55º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94E48C is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 228 | 140 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.11 |
| HSL | 114.55º | 0.62% | 0.72% | - |
| HSV(B) | 114.55º | 0.39% | 0.89% | - |
| XYZ | 44.69 | 63.68 | 34.75 | - |
| YUV | 194.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 228 | 140 | 0.35 | 0 | 0.39 | 0.11 | 114.55 | 0.62 | 0.72 |
| Hex | 94 | E4 | 8C | 23 | 0 | 27 | B | 73 | 3E | 48 |
| Octal | 224 | 344 | 214 | 43 | 0 | 47 | 13 | 163 | 76 | 110 |
| Binary | 10010100 | 11100100 | 10001100 | 100011 | 0 | 100111 | 1011 | 1110011 | 111110 | 1001000 |
Color Harmonies of #94E48C
Complementary color
Monochromatic Colors of #94E48C
Black with #94E48C
Text Example
Text Example
White with #94E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E48C; }
p { color: rgb(148,228,140); }
H1.HeaderClassName
{
color: #94E48C;
}
.AnyTagClassName
{
color: #94E48C;
}
</style>
background-color css
<style>
a { background-color: #94E48C; }
a { background-color: rgb(148,228,140); }
div.DivClassName
{
background-color: #94E48C;
}
.BgClassName
{
background-color: #94E48C;
}
</style>
border-color css
<style>
span { border-color: #94E48C; }
span { border-color: rgb(148,228,140); }
td.TdClassName
{
border-color: #94E48C;
}
.TagClassName
{
border-color: #94E48C;
}
</style>