Html Css Color HEX #95E18C Granny Smith Apple
📋 copy color: '#95E18C'red 149 ◦ green 225 ◦ blue 140
Shades of Granny Smith Apple #95E18C
Tints of Granny Smith Apple #95E18C
RGB
CMYK
RGB Variations
Color information
#95E18C (or 0x95E18C) is known color: Granny Smith Apple. HEX triplet: 95, E1 and 8C. RGB value is (149,225,140). Sum of RGB (Red+Green+Blue) = 149+225+140=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #95E18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E18C is #6A1E73. Grayscale: #C0C0C0. Windows color (decimal): -6954612 or 9232789. OLE color: 9232789.
HSL color Cylindrical-coordinate representation of color #95E18C: hue angle of 113.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95E18C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 140 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.12 |
| HSL | 113.65º | 0.59% | 0.72% | - |
| HSV(B) | 113.65º | 0.38% | 0.88% | - |
| XYZ | 44.05 | 62.13 | 34.48 | - |
| YUV | 192.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 140 | 0.34 | 0 | 0.38 | 0.12 | 113.65 | 0.59 | 0.72 |
| Hex | 95 | E1 | 8C | 22 | 0 | 26 | C | 72 | 3B | 48 |
| Octal | 225 | 341 | 214 | 42 | 0 | 46 | 14 | 162 | 73 | 110 |
| Binary | 10010101 | 11100001 | 10001100 | 100010 | 0 | 100110 | 1100 | 1110010 | 111011 | 1001000 |
Color Harmonies of #95E18C
Complementary color
Monochromatic Colors of #95E18C
Black with #95E18C
Text Example
Text Example
White with #95E18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E18C; }
p { color: rgb(149,225,140); }
H1.HeaderClassName
{
color: #95E18C;
}
.AnyTagClassName
{
color: #95E18C;
}
</style>
background-color css
<style>
a { background-color: #95E18C; }
a { background-color: rgb(149,225,140); }
div.DivClassName
{
background-color: #95E18C;
}
.BgClassName
{
background-color: #95E18C;
}
</style>
border-color css
<style>
span { border-color: #95E18C; }
span { border-color: rgb(149,225,140); }
td.TdClassName
{
border-color: #95E18C;
}
.TagClassName
{
border-color: #95E18C;
}
</style>