Html Css Color HEX #97EA8A Granny Smith Apple
📋 copy color: '#97EA8A'red 151 ◦ green 234 ◦ blue 138
Shades of Granny Smith Apple #97EA8A
Tints of Granny Smith Apple #97EA8A
RGB
CMYK
RGB Variations
Color information
#97EA8A (or 0x97EA8A) is known color: Granny Smith Apple. HEX triplet: 97, EA and 8A. RGB value is (151,234,138). Sum of RGB (Red+Green+Blue) = 151+234+138=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EA8A is #681575. Grayscale: #C6C6C6. Windows color (decimal): -6821238 or 9104023. OLE color: 9104023.
HSL color Cylindrical-coordinate representation of color #97EA8A: hue angle of 111.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97EA8A is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 138 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.08 |
| HSL | 111.88º | 0.7% | 0.73% | - |
| HSV(B) | 111.88º | 0.41% | 0.92% | - |
| XYZ | 46.77 | 67.26 | 34.56 | - |
| YUV | 198.24 | 94 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 138 | 0.35 | 0 | 0.41 | 0.08 | 111.88 | 0.7 | 0.73 |
| Hex | 97 | EA | 8A | 23 | 0 | 29 | 8 | 70 | 46 | 49 |
| Octal | 227 | 352 | 212 | 43 | 0 | 51 | 10 | 160 | 106 | 111 |
| Binary | 10010111 | 11101010 | 10001010 | 100011 | 0 | 101001 | 1000 | 1110000 | 1000110 | 1001001 |
Color Harmonies of #97EA8A
Complementary color
Monochromatic Colors of #97EA8A
Black with #97EA8A
Text Example
Text Example
White with #97EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EA8A; }
p { color: rgb(151,234,138); }
H1.HeaderClassName
{
color: #97EA8A;
}
.AnyTagClassName
{
color: #97EA8A;
}
</style>
background-color css
<style>
a { background-color: #97EA8A; }
a { background-color: rgb(151,234,138); }
div.DivClassName
{
background-color: #97EA8A;
}
.BgClassName
{
background-color: #97EA8A;
}
</style>
border-color css
<style>
span { border-color: #97EA8A; }
span { border-color: rgb(151,234,138); }
td.TdClassName
{
border-color: #97EA8A;
}
.TagClassName
{
border-color: #97EA8A;
}
</style>