Html Css Color HEX #98EA82 Granny Smith Apple
📋 copy color: '#98EA82'red 152 ◦ green 234 ◦ blue 130
Shades of Granny Smith Apple #98EA82
Tints of Granny Smith Apple #98EA82
RGB
CMYK
RGB Variations
Color information
#98EA82 (or 0x98EA82) is known color: Granny Smith Apple. HEX triplet: 98, EA and 82. RGB value is (152,234,130). Sum of RGB (Red+Green+Blue) = 152+234+130=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EA82 is #67157D. Grayscale: #C5C5C5. Windows color (decimal): -6755710 or 8579736. OLE color: 8579736.
HSL color Cylindrical-coordinate representation of color #98EA82: hue angle of 107.31º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98EA82 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 130 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.08 |
| HSL | 107.31º | 0.71% | 0.71% | - |
| HSV(B) | 107.31º | 0.44% | 0.92% | - |
| XYZ | 46.4 | 67.13 | 31.63 | - |
| YUV | 197.63 | 89.83 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 130 | 0.35 | 0 | 0.44 | 0.08 | 107.31 | 0.71 | 0.71 |
| Hex | 98 | EA | 82 | 23 | 0 | 2C | 8 | 6B | 47 | 47 |
| Octal | 230 | 352 | 202 | 43 | 0 | 54 | 10 | 153 | 107 | 107 |
| Binary | 10011000 | 11101010 | 10000010 | 100011 | 0 | 101100 | 1000 | 1101011 | 1000111 | 1000111 |
Color Harmonies of #98EA82
Complementary color
Monochromatic Colors of #98EA82
Black with #98EA82
Text Example
Text Example
White with #98EA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EA82; }
p { color: rgb(152,234,130); }
H1.HeaderClassName
{
color: #98EA82;
}
.AnyTagClassName
{
color: #98EA82;
}
</style>
background-color css
<style>
a { background-color: #98EA82; }
a { background-color: rgb(152,234,130); }
div.DivClassName
{
background-color: #98EA82;
}
.BgClassName
{
background-color: #98EA82;
}
</style>
border-color css
<style>
span { border-color: #98EA82; }
span { border-color: rgb(152,234,130); }
td.TdClassName
{
border-color: #98EA82;
}
.TagClassName
{
border-color: #98EA82;
}
</style>