Html Css Color HEX #98DA8A Granny Smith Apple
📋 copy color: '#98DA8A'red 152 ◦ green 218 ◦ blue 138
Shades of Granny Smith Apple #98DA8A
Tints of Granny Smith Apple #98DA8A
RGB
CMYK
RGB Variations
Color information
#98DA8A (or 0x98DA8A) is known color: Granny Smith Apple. HEX triplet: 98, DA and 8A. RGB value is (152,218,138). Sum of RGB (Red+Green+Blue) = 152+218+138=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DA8A is #672575. Grayscale: #BDBDBD. Windows color (decimal): -6759798 or 9099928. OLE color: 9099928.
HSL color Cylindrical-coordinate representation of color #98DA8A: hue angle of 109.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98DA8A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 138 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.15 |
| HSL | 109.5º | 0.52% | 0.7% | - |
| HSV(B) | 109.5º | 0.37% | 0.85% | - |
| XYZ | 42.61 | 58.65 | 33.12 | - |
| YUV | 189.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 138 | 0.30 | 0 | 0.37 | 0.15 | 109.5 | 0.52 | 0.7 |
| Hex | 98 | DA | 8A | 1E | 0 | 25 | F | 6E | 34 | 46 |
| Octal | 230 | 332 | 212 | 36 | 0 | 45 | 17 | 156 | 64 | 106 |
| Binary | 10011000 | 11011010 | 10001010 | 11110 | 0 | 100101 | 1111 | 1101110 | 110100 | 1000110 |
Color Harmonies of #98DA8A
Complementary color
Monochromatic Colors of #98DA8A
Black with #98DA8A
Text Example
Text Example
White with #98DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA8A; }
p { color: rgb(152,218,138); }
H1.HeaderClassName
{
color: #98DA8A;
}
.AnyTagClassName
{
color: #98DA8A;
}
</style>
background-color css
<style>
a { background-color: #98DA8A; }
a { background-color: rgb(152,218,138); }
div.DivClassName
{
background-color: #98DA8A;
}
.BgClassName
{
background-color: #98DA8A;
}
</style>
border-color css
<style>
span { border-color: #98DA8A; }
span { border-color: rgb(152,218,138); }
td.TdClassName
{
border-color: #98DA8A;
}
.TagClassName
{
border-color: #98DA8A;
}
</style>