Html Css Color HEX #98D98F Granny Smith Apple
📋 copy color: '#98D98F'red 152 ◦ green 217 ◦ blue 143
Shades of Granny Smith Apple #98D98F
Tints of Granny Smith Apple #98D98F
RGB
CMYK
RGB Variations
Color information
#98D98F (or 0x98D98F) is known color: Granny Smith Apple. HEX triplet: 98, D9 and 8F. RGB value is (152,217,143). Sum of RGB (Red+Green+Blue) = 152+217+143=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #98D98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D98F is #672670. Grayscale: #BDBDBD. Windows color (decimal): -6760049 or 9427352. OLE color: 9427352.
HSL color Cylindrical-coordinate representation of color #98D98F: hue angle of 112.7º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D98F is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 143 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.15 |
| HSL | 112.7º | 0.49% | 0.71% | - |
| HSV(B) | 112.7º | 0.34% | 0.85% | - |
| XYZ | 42.72 | 58.28 | 34.99 | - |
| YUV | 189.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 143 | 0.30 | 0 | 0.34 | 0.15 | 112.7 | 0.49 | 0.71 |
| Hex | 98 | D9 | 8F | 1E | 0 | 22 | F | 71 | 31 | 47 |
| Octal | 230 | 331 | 217 | 36 | 0 | 42 | 17 | 161 | 61 | 107 |
| Binary | 10011000 | 11011001 | 10001111 | 11110 | 0 | 100010 | 1111 | 1110001 | 110001 | 1000111 |
Color Harmonies of #98D98F
Complementary color
Monochromatic Colors of #98D98F
Black with #98D98F
Text Example
Text Example
White with #98D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D98F; }
p { color: rgb(152,217,143); }
H1.HeaderClassName
{
color: #98D98F;
}
.AnyTagClassName
{
color: #98D98F;
}
</style>
background-color css
<style>
a { background-color: #98D98F; }
a { background-color: rgb(152,217,143); }
div.DivClassName
{
background-color: #98D98F;
}
.BgClassName
{
background-color: #98D98F;
}
</style>
border-color css
<style>
span { border-color: #98D98F; }
span { border-color: rgb(152,217,143); }
td.TdClassName
{
border-color: #98D98F;
}
.TagClassName
{
border-color: #98D98F;
}
</style>