Html Css Color HEX #98DC90 Granny Smith Apple
📋 copy color: '#98DC90'red 152 ◦ green 220 ◦ blue 144
Shades of Granny Smith Apple #98DC90
Tints of Granny Smith Apple #98DC90
RGB
CMYK
RGB Variations
Color information
#98DC90 (or 0x98DC90) is known color: Granny Smith Apple. HEX triplet: 98, DC and 90. RGB value is (152,220,144). Sum of RGB (Red+Green+Blue) = 152+220+144=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DC90 is #67236F. Grayscale: #BFBFBF. Windows color (decimal): -6759280 or 9493656. OLE color: 9493656.
HSL color Cylindrical-coordinate representation of color #98DC90: hue angle of 113.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98DC90 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 144 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.14 |
| HSL | 113.68º | 0.52% | 0.71% | - |
| HSV(B) | 113.68º | 0.35% | 0.86% | - |
| XYZ | 43.58 | 59.88 | 35.65 | - |
| YUV | 191 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 144 | 0.31 | 0 | 0.35 | 0.14 | 113.68 | 0.52 | 0.71 |
| Hex | 98 | DC | 90 | 1F | 0 | 23 | E | 72 | 34 | 47 |
| Octal | 230 | 334 | 220 | 37 | 0 | 43 | 16 | 162 | 64 | 107 |
| Binary | 10011000 | 11011100 | 10010000 | 11111 | 0 | 100011 | 1110 | 1110010 | 110100 | 1000111 |
Color Harmonies of #98DC90
Complementary color
Monochromatic Colors of #98DC90
Black with #98DC90
Text Example
Text Example
White with #98DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC90; }
p { color: rgb(152,220,144); }
H1.HeaderClassName
{
color: #98DC90;
}
.AnyTagClassName
{
color: #98DC90;
}
</style>
background-color css
<style>
a { background-color: #98DC90; }
a { background-color: rgb(152,220,144); }
div.DivClassName
{
background-color: #98DC90;
}
.BgClassName
{
background-color: #98DC90;
}
</style>
border-color css
<style>
span { border-color: #98DC90; }
span { border-color: rgb(152,220,144); }
td.TdClassName
{
border-color: #98DC90;
}
.TagClassName
{
border-color: #98DC90;
}
</style>