Html Css Color HEX #98D48C Granny Smith Apple
📋 copy color: '#98D48C'red 152 ◦ green 212 ◦ blue 140
Shades of Granny Smith Apple #98D48C
Tints of Granny Smith Apple #98D48C
RGB
CMYK
RGB Variations
Color information
#98D48C (or 0x98D48C) is known color: Granny Smith Apple. HEX triplet: 98, D4 and 8C. RGB value is (152,212,140). Sum of RGB (Red+Green+Blue) = 152+212+140=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #98D48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D48C is #672B73. Grayscale: #BABABA. Windows color (decimal): -6761332 or 9229464. OLE color: 9229464.
HSL color Cylindrical-coordinate representation of color #98D48C: hue angle of 110º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98D48C is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 212 | 140 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.17 |
| HSL | 110º | 0.46% | 0.69% | - |
| HSV(B) | 110º | 0.34% | 0.83% | - |
| XYZ | 41.23 | 55.66 | 33.38 | - |
| YUV | 185.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 140 | 0.28 | 0 | 0.34 | 0.17 | 110 | 0.46 | 0.69 |
| Hex | 98 | D4 | 8C | 1C | 0 | 22 | 11 | 6E | 2E | 45 |
| Octal | 230 | 324 | 214 | 34 | 0 | 42 | 21 | 156 | 56 | 105 |
| Binary | 10011000 | 11010100 | 10001100 | 11100 | 0 | 100010 | 10001 | 1101110 | 101110 | 1000101 |
Color Harmonies of #98D48C
Complementary color
Monochromatic Colors of #98D48C
Black with #98D48C
Text Example
Text Example
White with #98D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D48C; }
p { color: rgb(152,212,140); }
H1.HeaderClassName
{
color: #98D48C;
}
.AnyTagClassName
{
color: #98D48C;
}
</style>
background-color css
<style>
a { background-color: #98D48C; }
a { background-color: rgb(152,212,140); }
div.DivClassName
{
background-color: #98D48C;
}
.BgClassName
{
background-color: #98D48C;
}
</style>
border-color css
<style>
span { border-color: #98D48C; }
span { border-color: rgb(152,212,140); }
td.TdClassName
{
border-color: #98D48C;
}
.TagClassName
{
border-color: #98D48C;
}
</style>