Html Css Color HEX #95E18A Granny Smith Apple
📋 copy color: '#95E18A'red 149 ◦ green 225 ◦ blue 138
Shades of Granny Smith Apple #95E18A
Tints of Granny Smith Apple #95E18A
RGB
CMYK
RGB Variations
Color information
#95E18A (or 0x95E18A) is known color: Granny Smith Apple. HEX triplet: 95, E1 and 8A. RGB value is (149,225,138). Sum of RGB (Red+Green+Blue) = 149+225+138=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #95E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E18A is #6A1E75. Grayscale: #C0C0C0. Windows color (decimal): -6954614 or 9101717. OLE color: 9101717.
HSL color Cylindrical-coordinate representation of color #95E18A: hue angle of 112.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95E18A is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 138 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.12 |
| HSL | 112.41º | 0.59% | 0.71% | - |
| HSV(B) | 112.41º | 0.39% | 0.88% | - |
| XYZ | 43.91 | 62.07 | 33.71 | - |
| YUV | 192.36 | 97.32 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 138 | 0.34 | 0 | 0.39 | 0.12 | 112.41 | 0.59 | 0.71 |
| Hex | 95 | E1 | 8A | 22 | 0 | 27 | C | 70 | 3B | 47 |
| Octal | 225 | 341 | 212 | 42 | 0 | 47 | 14 | 160 | 73 | 107 |
| Binary | 10010101 | 11100001 | 10001010 | 100010 | 0 | 100111 | 1100 | 1110000 | 111011 | 1000111 |
Color Harmonies of #95E18A
Complementary color
Monochromatic Colors of #95E18A
Black with #95E18A
Text Example
Text Example
White with #95E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E18A; }
p { color: rgb(149,225,138); }
H1.HeaderClassName
{
color: #95E18A;
}
.AnyTagClassName
{
color: #95E18A;
}
</style>
background-color css
<style>
a { background-color: #95E18A; }
a { background-color: rgb(149,225,138); }
div.DivClassName
{
background-color: #95E18A;
}
.BgClassName
{
background-color: #95E18A;
}
</style>
border-color css
<style>
span { border-color: #95E18A; }
span { border-color: rgb(149,225,138); }
td.TdClassName
{
border-color: #95E18A;
}
.TagClassName
{
border-color: #95E18A;
}
</style>