Html Css Color HEX #94E092 Granny Smith Apple
📋 copy color: '#94E092'red 148 ◦ green 224 ◦ blue 146
Shades of Granny Smith Apple #94E092
Tints of Granny Smith Apple #94E092
RGB
CMYK
RGB Variations
Color information
#94E092 (or 0x94E092) is known color: Granny Smith Apple. HEX triplet: 94, E0 and 92. RGB value is (148,224,146). Sum of RGB (Red+Green+Blue) = 148+224+146=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #94E092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E092 is #6B1F6D. Grayscale: #C0C0C0. Windows color (decimal): -7020398 or 9625748. OLE color: 9625748.
HSL color Cylindrical-coordinate representation of color #94E092: hue angle of 118.46º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E092 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 146 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.12 |
| HSL | 118.46º | 0.56% | 0.73% | - |
| HSV(B) | 118.46º | 0.35% | 0.88% | - |
| XYZ | 44.06 | 61.68 | 36.78 | - |
| YUV | 192.38 | 101.82 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 146 | 0.34 | 0 | 0.35 | 0.12 | 118.46 | 0.56 | 0.73 |
| Hex | 94 | E0 | 92 | 22 | 0 | 23 | C | 76 | 38 | 49 |
| Octal | 224 | 340 | 222 | 42 | 0 | 43 | 14 | 166 | 70 | 111 |
| Binary | 10010100 | 11100000 | 10010010 | 100010 | 0 | 100011 | 1100 | 1110110 | 111000 | 1001001 |
Color Harmonies of #94E092
Complementary color
Monochromatic Colors of #94E092
Black with #94E092
Text Example
Text Example
White with #94E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E092; }
p { color: rgb(148,224,146); }
H1.HeaderClassName
{
color: #94E092;
}
.AnyTagClassName
{
color: #94E092;
}
</style>
background-color css
<style>
a { background-color: #94E092; }
a { background-color: rgb(148,224,146); }
div.DivClassName
{
background-color: #94E092;
}
.BgClassName
{
background-color: #94E092;
}
</style>
border-color css
<style>
span { border-color: #94E092; }
span { border-color: rgb(148,224,146); }
td.TdClassName
{
border-color: #94E092;
}
.TagClassName
{
border-color: #94E092;
}
</style>