Html Css Color HEX #95E093 Granny Smith Apple
📋 copy color: '#95E093'red 149 ◦ green 224 ◦ blue 147
Shades of Granny Smith Apple #95E093
Tints of Granny Smith Apple #95E093
RGB
CMYK
RGB Variations
Color information
#95E093 (or 0x95E093) is known color: Granny Smith Apple. HEX triplet: 95, E0 and 93. RGB value is (149,224,147). Sum of RGB (Red+Green+Blue) = 149+224+147=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #95E093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E093 is #6A1F6C. Grayscale: #C1C1C1. Windows color (decimal): -6954861 or 9691285. OLE color: 9691285.
HSL color Cylindrical-coordinate representation of color #95E093: hue angle of 118.44º 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 #95E093 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 147 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.12 |
| HSL | 118.44º | 0.55% | 0.73% | - |
| HSV(B) | 118.44º | 0.34% | 0.88% | - |
| XYZ | 44.32 | 61.81 | 37.2 | - |
| YUV | 192.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 147 | 0.33 | 0 | 0.34 | 0.12 | 118.44 | 0.55 | 0.73 |
| Hex | 95 | E0 | 93 | 21 | 0 | 22 | C | 76 | 37 | 49 |
| Octal | 225 | 340 | 223 | 41 | 0 | 42 | 14 | 166 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10010011 | 100001 | 0 | 100010 | 1100 | 1110110 | 110111 | 1001001 |
Color Harmonies of #95E093
Complementary color
Monochromatic Colors of #95E093
Black with #95E093
Text Example
Text Example
White with #95E093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E093; }
p { color: rgb(149,224,147); }
H1.HeaderClassName
{
color: #95E093;
}
.AnyTagClassName
{
color: #95E093;
}
</style>
background-color css
<style>
a { background-color: #95E093; }
a { background-color: rgb(149,224,147); }
div.DivClassName
{
background-color: #95E093;
}
.BgClassName
{
background-color: #95E093;
}
</style>
border-color css
<style>
span { border-color: #95E093; }
span { border-color: rgb(149,224,147); }
td.TdClassName
{
border-color: #95E093;
}
.TagClassName
{
border-color: #95E093;
}
</style>