Html Css Color HEX #98D394 Granny Smith Apple
📋 copy color: '#98D394'red 152 ◦ green 211 ◦ blue 148
Shades of Granny Smith Apple #98D394
Tints of Granny Smith Apple #98D394
RGB
CMYK
RGB Variations
Color information
#98D394 (or 0x98D394) is known color: Granny Smith Apple. HEX triplet: 98, D3 and 94. RGB value is (152,211,148). Sum of RGB (Red+Green+Blue) = 152+211+148=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #98D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D394 is #672C6B. Grayscale: #BABABA. Windows color (decimal): -6761580 or 9753496. OLE color: 9753496.
HSL color Cylindrical-coordinate representation of color #98D394: hue angle of 116.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D394 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 148 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.17 |
| HSL | 116.19º | 0.42% | 0.7% | - |
| HSV(B) | 116.19º | 0.3% | 0.83% | - |
| XYZ | 41.59 | 55.4 | 36.52 | - |
| YUV | 186.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 148 | 0.28 | 0 | 0.30 | 0.17 | 116.19 | 0.42 | 0.7 |
| Hex | 98 | D3 | 94 | 1C | 0 | 1E | 11 | 74 | 2A | 46 |
| Octal | 230 | 323 | 224 | 34 | 0 | 36 | 21 | 164 | 52 | 106 |
| Binary | 10011000 | 11010011 | 10010100 | 11100 | 0 | 11110 | 10001 | 1110100 | 101010 | 1000110 |
Color Harmonies of #98D394
Complementary color
Monochromatic Colors of #98D394
Black with #98D394
Text Example
Text Example
White with #98D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D394; }
p { color: rgb(152,211,148); }
H1.HeaderClassName
{
color: #98D394;
}
.AnyTagClassName
{
color: #98D394;
}
</style>
background-color css
<style>
a { background-color: #98D394; }
a { background-color: rgb(152,211,148); }
div.DivClassName
{
background-color: #98D394;
}
.BgClassName
{
background-color: #98D394;
}
</style>
border-color css
<style>
span { border-color: #98D394; }
span { border-color: rgb(152,211,148); }
td.TdClassName
{
border-color: #98D394;
}
.TagClassName
{
border-color: #98D394;
}
</style>