Html Css Color HEX #95D48A Granny Smith Apple
📋 copy color: '#95D48A'red 149 ◦ green 212 ◦ blue 138
Shades of Granny Smith Apple #95D48A
Tints of Granny Smith Apple #95D48A
RGB
CMYK
RGB Variations
Color information
#95D48A (or 0x95D48A) is known color: Granny Smith Apple. HEX triplet: 95, D4 and 8A. RGB value is (149,212,138). Sum of RGB (Red+Green+Blue) = 149+212+138=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #95D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D48A is #6A2B75. Grayscale: #B8B8B8. Windows color (decimal): -6957942 or 9098389. OLE color: 9098389.
HSL color Cylindrical-coordinate representation of color #95D48A: hue angle of 111.08º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95D48A is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 138 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.17 |
| HSL | 111.08º | 0.46% | 0.69% | - |
| HSV(B) | 111.08º | 0.35% | 0.83% | - |
| XYZ | 40.53 | 55.31 | 32.59 | - |
| YUV | 184.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 138 | 0.30 | 0 | 0.35 | 0.17 | 111.08 | 0.46 | 0.69 |
| Hex | 95 | D4 | 8A | 1E | 0 | 23 | 11 | 6F | 2E | 45 |
| Octal | 225 | 324 | 212 | 36 | 0 | 43 | 21 | 157 | 56 | 105 |
| Binary | 10010101 | 11010100 | 10001010 | 11110 | 0 | 100011 | 10001 | 1101111 | 101110 | 1000101 |
Color Harmonies of #95D48A
Complementary color
Monochromatic Colors of #95D48A
Black with #95D48A
Text Example
Text Example
White with #95D48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D48A; }
p { color: rgb(149,212,138); }
H1.HeaderClassName
{
color: #95D48A;
}
.AnyTagClassName
{
color: #95D48A;
}
</style>
background-color css
<style>
a { background-color: #95D48A; }
a { background-color: rgb(149,212,138); }
div.DivClassName
{
background-color: #95D48A;
}
.BgClassName
{
background-color: #95D48A;
}
</style>
border-color css
<style>
span { border-color: #95D48A; }
span { border-color: rgb(149,212,138); }
td.TdClassName
{
border-color: #95D48A;
}
.TagClassName
{
border-color: #95D48A;
}
</style>