Html Css Color HEX #98D594 Granny Smith Apple
📋 copy color: '#98D594'red 152 ◦ green 213 ◦ blue 148
Shades of Granny Smith Apple #98D594
Tints of Granny Smith Apple #98D594
RGB
CMYK
RGB Variations
Color information
#98D594 (or 0x98D594) is known color: Granny Smith Apple. HEX triplet: 98, D5 and 94. RGB value is (152,213,148). Sum of RGB (Red+Green+Blue) = 152+213+148=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #98D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D594 is #672A6B. Grayscale: #BBBBBB. Windows color (decimal): -6761068 or 9754008. OLE color: 9754008.
HSL color Cylindrical-coordinate representation of color #98D594: hue angle of 116.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98D594 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 148 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.16 |
| HSL | 116.31º | 0.44% | 0.71% | - |
| HSV(B) | 116.31º | 0.31% | 0.84% | - |
| XYZ | 42.09 | 56.4 | 36.69 | - |
| YUV | 187.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 148 | 0.29 | 0 | 0.31 | 0.16 | 116.31 | 0.44 | 0.71 |
| Hex | 98 | D5 | 94 | 1D | 0 | 1F | 10 | 74 | 2C | 47 |
| Octal | 230 | 325 | 224 | 35 | 0 | 37 | 20 | 164 | 54 | 107 |
| Binary | 10011000 | 11010101 | 10010100 | 11101 | 0 | 11111 | 10000 | 1110100 | 101100 | 1000111 |
Color Harmonies of #98D594
Complementary color
Monochromatic Colors of #98D594
Black with #98D594
Text Example
Text Example
White with #98D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D594; }
p { color: rgb(152,213,148); }
H1.HeaderClassName
{
color: #98D594;
}
.AnyTagClassName
{
color: #98D594;
}
</style>
background-color css
<style>
a { background-color: #98D594; }
a { background-color: rgb(152,213,148); }
div.DivClassName
{
background-color: #98D594;
}
.BgClassName
{
background-color: #98D594;
}
</style>
border-color css
<style>
span { border-color: #98D594; }
span { border-color: rgb(152,213,148); }
td.TdClassName
{
border-color: #98D594;
}
.TagClassName
{
border-color: #98D594;
}
</style>