Html Css Color HEX #97E18A Granny Smith Apple
📋 copy color: '#97E18A'red 151 ◦ green 225 ◦ blue 138
Shades of Granny Smith Apple #97E18A
Tints of Granny Smith Apple #97E18A
RGB
CMYK
RGB Variations
Color information
#97E18A (or 0x97E18A) is known color: Granny Smith Apple. HEX triplet: 97, E1 and 8A. RGB value is (151,225,138). Sum of RGB (Red+Green+Blue) = 151+225+138=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #97E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E18A is #681E75. Grayscale: #C1C1C1. Windows color (decimal): -6823542 or 9101719. OLE color: 9101719.
HSL color Cylindrical-coordinate representation of color #97E18A: hue angle of 111.03º 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 #97E18A is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 138 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.12 |
| HSL | 111.03º | 0.59% | 0.71% | - |
| HSV(B) | 111.03º | 0.39% | 0.88% | - |
| XYZ | 44.28 | 62.26 | 33.73 | - |
| YUV | 192.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 138 | 0.33 | 0 | 0.39 | 0.12 | 111.03 | 0.59 | 0.71 |
| Hex | 97 | E1 | 8A | 21 | 0 | 27 | C | 6F | 3B | 47 |
| Octal | 227 | 341 | 212 | 41 | 0 | 47 | 14 | 157 | 73 | 107 |
| Binary | 10010111 | 11100001 | 10001010 | 100001 | 0 | 100111 | 1100 | 1101111 | 111011 | 1000111 |
Color Harmonies of #97E18A
Complementary color
Monochromatic Colors of #97E18A
Black with #97E18A
Text Example
Text Example
White with #97E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E18A; }
p { color: rgb(151,225,138); }
H1.HeaderClassName
{
color: #97E18A;
}
.AnyTagClassName
{
color: #97E18A;
}
</style>
background-color css
<style>
a { background-color: #97E18A; }
a { background-color: rgb(151,225,138); }
div.DivClassName
{
background-color: #97E18A;
}
.BgClassName
{
background-color: #97E18A;
}
</style>
border-color css
<style>
span { border-color: #97E18A; }
span { border-color: rgb(151,225,138); }
td.TdClassName
{
border-color: #97E18A;
}
.TagClassName
{
border-color: #97E18A;
}
</style>