Html Css Color HEX #98E098 Granny Smith Apple
📋 copy color: '#98E098'red 152 ◦ green 224 ◦ blue 152
Shades of Granny Smith Apple #98E098
Tints of Granny Smith Apple #98E098
RGB
CMYK
RGB Variations
Color information
#98E098 (or 0x98E098) is known color: Granny Smith Apple. HEX triplet: 98, E0 and 98. RGB value is (152,224,152). Sum of RGB (Red+Green+Blue) = 152+224+152=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #98E098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E098 is #671F67. Grayscale: #C2C2C2. Windows color (decimal): -6758248 or 10018968. OLE color: 10018968.
HSL color Cylindrical-coordinate representation of color #98E098: hue angle of 120º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E098 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 152 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.12 |
| HSL | 120º | 0.54% | 0.74% | - |
| HSV(B) | 120º | 0.32% | 0.88% | - |
| XYZ | 45.27 | 62.25 | 39.34 | - |
| YUV | 194.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 152 | 0.32 | 0 | 0.32 | 0.12 | 120 | 0.54 | 0.74 |
| Hex | 98 | E0 | 98 | 20 | 0 | 20 | C | 78 | 36 | 4A |
| Octal | 230 | 340 | 230 | 40 | 0 | 40 | 14 | 170 | 66 | 112 |
| Binary | 10011000 | 11100000 | 10011000 | 100000 | 0 | 100000 | 1100 | 1111000 | 110110 | 1001010 |
Color Harmonies of #98E098
Complementary color
Monochromatic Colors of #98E098
Black with #98E098
Text Example
Text Example
White with #98E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E098; }
p { color: rgb(152,224,152); }
H1.HeaderClassName
{
color: #98E098;
}
.AnyTagClassName
{
color: #98E098;
}
</style>
background-color css
<style>
a { background-color: #98E098; }
a { background-color: rgb(152,224,152); }
div.DivClassName
{
background-color: #98E098;
}
.BgClassName
{
background-color: #98E098;
}
</style>
border-color css
<style>
span { border-color: #98E098; }
span { border-color: rgb(152,224,152); }
td.TdClassName
{
border-color: #98E098;
}
.TagClassName
{
border-color: #98E098;
}
</style>