Html Css Color HEX #98D88A Granny Smith Apple
📋 copy color: '#98D88A'red 152 ◦ green 216 ◦ blue 138
Shades of Granny Smith Apple #98D88A
Tints of Granny Smith Apple #98D88A
RGB
CMYK
RGB Variations
Color information
#98D88A (or 0x98D88A) is known color: Granny Smith Apple. HEX triplet: 98, D8 and 8A. RGB value is (152,216,138). Sum of RGB (Red+Green+Blue) = 152+216+138=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #98D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D88A is #672775. Grayscale: #BCBCBC. Windows color (decimal): -6760310 or 9099416. OLE color: 9099416.
HSL color Cylindrical-coordinate representation of color #98D88A: hue angle of 109.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98D88A is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 138 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.15 |
| HSL | 109.23º | 0.5% | 0.69% | - |
| HSV(B) | 109.23º | 0.36% | 0.85% | - |
| XYZ | 42.09 | 57.62 | 32.95 | - |
| YUV | 187.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 138 | 0.30 | 0 | 0.36 | 0.15 | 109.23 | 0.5 | 0.69 |
| Hex | 98 | D8 | 8A | 1E | 0 | 24 | F | 6D | 32 | 45 |
| Octal | 230 | 330 | 212 | 36 | 0 | 44 | 17 | 155 | 62 | 105 |
| Binary | 10011000 | 11011000 | 10001010 | 11110 | 0 | 100100 | 1111 | 1101101 | 110010 | 1000101 |
Color Harmonies of #98D88A
Complementary color
Monochromatic Colors of #98D88A
Black with #98D88A
Text Example
Text Example
White with #98D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D88A; }
p { color: rgb(152,216,138); }
H1.HeaderClassName
{
color: #98D88A;
}
.AnyTagClassName
{
color: #98D88A;
}
</style>
background-color css
<style>
a { background-color: #98D88A; }
a { background-color: rgb(152,216,138); }
div.DivClassName
{
background-color: #98D88A;
}
.BgClassName
{
background-color: #98D88A;
}
</style>
border-color css
<style>
span { border-color: #98D88A; }
span { border-color: rgb(152,216,138); }
td.TdClassName
{
border-color: #98D88A;
}
.TagClassName
{
border-color: #98D88A;
}
</style>