Html Css Color HEX #95E28A Granny Smith Apple
📋 copy color: '#95E28A'red 149 ◦ green 226 ◦ blue 138
Shades of Granny Smith Apple #95E28A
Tints of Granny Smith Apple #95E28A
RGB
CMYK
RGB Variations
Color information
#95E28A (or 0x95E28A) is known color: Granny Smith Apple. HEX triplet: 95, E2 and 8A. RGB value is (149,226,138). Sum of RGB (Red+Green+Blue) = 149+226+138=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #95E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E28A is #6A1D75. Grayscale: #C1C1C1. Windows color (decimal): -6954358 or 9101973. OLE color: 9101973.
HSL color Cylindrical-coordinate representation of color #95E28A: hue angle of 112.5º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95E28A is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 138 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.11 |
| HSL | 112.5º | 0.6% | 0.71% | - |
| HSV(B) | 112.5º | 0.39% | 0.89% | - |
| XYZ | 44.18 | 62.62 | 33.8 | - |
| YUV | 192.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 138 | 0.34 | 0 | 0.39 | 0.11 | 112.5 | 0.6 | 0.71 |
| Hex | 95 | E2 | 8A | 22 | 0 | 27 | B | 70 | 3C | 47 |
| Octal | 225 | 342 | 212 | 42 | 0 | 47 | 13 | 160 | 74 | 107 |
| Binary | 10010101 | 11100010 | 10001010 | 100010 | 0 | 100111 | 1011 | 1110000 | 111100 | 1000111 |
Color Harmonies of #95E28A
Complementary color
Monochromatic Colors of #95E28A
Black with #95E28A
Text Example
Text Example
White with #95E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E28A; }
p { color: rgb(149,226,138); }
H1.HeaderClassName
{
color: #95E28A;
}
.AnyTagClassName
{
color: #95E28A;
}
</style>
background-color css
<style>
a { background-color: #95E28A; }
a { background-color: rgb(149,226,138); }
div.DivClassName
{
background-color: #95E28A;
}
.BgClassName
{
background-color: #95E28A;
}
</style>
border-color css
<style>
span { border-color: #95E28A; }
span { border-color: rgb(149,226,138); }
td.TdClassName
{
border-color: #95E28A;
}
.TagClassName
{
border-color: #95E28A;
}
</style>