Html Css Color HEX #95E78A Granny Smith Apple
📋 copy color: '#95E78A'red 149 ◦ green 231 ◦ blue 138
Shades of Granny Smith Apple #95E78A
Tints of Granny Smith Apple #95E78A
RGB
CMYK
RGB Variations
Color information
#95E78A (or 0x95E78A) is known color: Granny Smith Apple. HEX triplet: 95, E7 and 8A. RGB value is (149,231,138). Sum of RGB (Red+Green+Blue) = 149+231+138=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #95E78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E78A is #6A1875. Grayscale: #C4C4C4. Windows color (decimal): -6953078 or 9103253. OLE color: 9103253.
HSL color Cylindrical-coordinate representation of color #95E78A: hue angle of 112.9º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E78A is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 231 | 138 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.09 |
| HSL | 112.9º | 0.66% | 0.72% | - |
| HSV(B) | 112.9º | 0.4% | 0.91% | - |
| XYZ | 45.56 | 65.38 | 34.26 | - |
| YUV | 195.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 138 | 0.35 | 0 | 0.40 | 0.09 | 112.9 | 0.66 | 0.72 |
| Hex | 95 | E7 | 8A | 23 | 0 | 28 | 9 | 71 | 42 | 48 |
| Octal | 225 | 347 | 212 | 43 | 0 | 50 | 11 | 161 | 102 | 110 |
| Binary | 10010101 | 11100111 | 10001010 | 100011 | 0 | 101000 | 1001 | 1110001 | 1000010 | 1001000 |
Color Harmonies of #95E78A
Complementary color
Monochromatic Colors of #95E78A
Black with #95E78A
Text Example
Text Example
White with #95E78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E78A; }
p { color: rgb(149,231,138); }
H1.HeaderClassName
{
color: #95E78A;
}
.AnyTagClassName
{
color: #95E78A;
}
</style>
background-color css
<style>
a { background-color: #95E78A; }
a { background-color: rgb(149,231,138); }
div.DivClassName
{
background-color: #95E78A;
}
.BgClassName
{
background-color: #95E78A;
}
</style>
border-color css
<style>
span { border-color: #95E78A; }
span { border-color: rgb(149,231,138); }
td.TdClassName
{
border-color: #95E78A;
}
.TagClassName
{
border-color: #95E78A;
}
</style>