Html Css Color HEX #94E095 Granny Smith Apple
📋 copy color: '#94E095'red 148 ◦ green 224 ◦ blue 149
Shades of Granny Smith Apple #94E095
Tints of Granny Smith Apple #94E095
RGB
CMYK
RGB Variations
Color information
#94E095 (or 0x94E095) is known color: Granny Smith Apple. HEX triplet: 94, E0 and 95. RGB value is (148,224,149). Sum of RGB (Red+Green+Blue) = 148+224+149=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #94E095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E095 is #6B1F6A. Grayscale: #C0C0C0. Windows color (decimal): -7020395 or 9822356. OLE color: 9822356.
HSL color Cylindrical-coordinate representation of color #94E095: hue angle of 120.79º 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 #94E095 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 149 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.12 |
| HSL | 120.79º | 0.55% | 0.73% | - |
| HSV(B) | 120.79º | 0.34% | 0.88% | - |
| XYZ | 44.29 | 61.78 | 38.02 | - |
| YUV | 192.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 149 | 0.34 | 0 | 0.33 | 0.12 | 120.79 | 0.55 | 0.73 |
| Hex | 94 | E0 | 95 | 22 | 0 | 21 | C | 79 | 37 | 49 |
| Octal | 224 | 340 | 225 | 42 | 0 | 41 | 14 | 171 | 67 | 111 |
| Binary | 10010100 | 11100000 | 10010101 | 100010 | 0 | 100001 | 1100 | 1111001 | 110111 | 1001001 |
Color Harmonies of #94E095
Complementary color
Monochromatic Colors of #94E095
Black with #94E095
Text Example
Text Example
White with #94E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E095; }
p { color: rgb(148,224,149); }
H1.HeaderClassName
{
color: #94E095;
}
.AnyTagClassName
{
color: #94E095;
}
</style>
background-color css
<style>
a { background-color: #94E095; }
a { background-color: rgb(148,224,149); }
div.DivClassName
{
background-color: #94E095;
}
.BgClassName
{
background-color: #94E095;
}
</style>
border-color css
<style>
span { border-color: #94E095; }
span { border-color: rgb(148,224,149); }
td.TdClassName
{
border-color: #94E095;
}
.TagClassName
{
border-color: #94E095;
}
</style>