Html Css Color HEX #94E094 Granny Smith Apple
📋 copy color: '#94E094'red 148 ◦ green 224 ◦ blue 148
Shades of Granny Smith Apple #94E094
Tints of Granny Smith Apple #94E094
RGB
CMYK
RGB Variations
Color information
#94E094 (or 0x94E094) is known color: Granny Smith Apple. HEX triplet: 94, E0 and 94. RGB value is (148,224,148). Sum of RGB (Red+Green+Blue) = 148+224+148=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #94E094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E094 is #6B1F6B. Grayscale: #C0C0C0. Windows color (decimal): -7020396 or 9756820. OLE color: 9756820.
HSL color Cylindrical-coordinate representation of color #94E094: hue angle of 120º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E094 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 148 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.12 |
| HSL | 120º | 0.55% | 0.73% | - |
| HSV(B) | 120º | 0.34% | 0.88% | - |
| XYZ | 44.21 | 61.75 | 37.6 | - |
| YUV | 192.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 148 | 0.34 | 0 | 0.34 | 0.12 | 120 | 0.55 | 0.73 |
| Hex | 94 | E0 | 94 | 22 | 0 | 22 | C | 78 | 37 | 49 |
| Octal | 224 | 340 | 224 | 42 | 0 | 42 | 14 | 170 | 67 | 111 |
| Binary | 10010100 | 11100000 | 10010100 | 100010 | 0 | 100010 | 1100 | 1111000 | 110111 | 1001001 |
Color Harmonies of #94E094
Complementary color
Monochromatic Colors of #94E094
Black with #94E094
Text Example
Text Example
White with #94E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E094; }
p { color: rgb(148,224,148); }
H1.HeaderClassName
{
color: #94E094;
}
.AnyTagClassName
{
color: #94E094;
}
</style>
background-color css
<style>
a { background-color: #94E094; }
a { background-color: rgb(148,224,148); }
div.DivClassName
{
background-color: #94E094;
}
.BgClassName
{
background-color: #94E094;
}
</style>
border-color css
<style>
span { border-color: #94E094; }
span { border-color: rgb(148,224,148); }
td.TdClassName
{
border-color: #94E094;
}
.TagClassName
{
border-color: #94E094;
}
</style>