Shades of Atlantis #98E050
Tints of Atlantis #98E050
RGB
CMYK
RGB Variations
Color information
#98E050 (or 0x98E050) is known color: Atlantis. HEX triplet: 98, E0 and 50. RGB value is (152,224,80). Sum of RGB (Red+Green+Blue) = 152+224+80=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #98E050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E050 is #671FAF. Grayscale: #BABABA. Windows color (decimal): -6758320 or 5300376. OLE color: 5300376.
HSL color Cylindrical-coordinate representation of color #98E050: hue angle of 90º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98E050 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 80 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.12 |
| HSL | 90º | 0.7% | 0.6% | - |
| HSV(B) | 90º | 0.64% | 0.88% | - |
| XYZ | 41.05 | 60.57 | 17.12 | - |
| YUV | 186.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 80 | 0.32 | 0 | 0.64 | 0.12 | 90 | 0.7 | 0.6 |
| Hex | 98 | E0 | 50 | 20 | 0 | 40 | C | 5A | 46 | 3C |
| Octal | 230 | 340 | 120 | 40 | 0 | 100 | 14 | 132 | 106 | 74 |
| Binary | 10011000 | 11100000 | 1010000 | 100000 | 0 | 1000000 | 1100 | 1011010 | 1000110 | 111100 |
Color Harmonies of #98E050
Complementary color
Monochromatic Colors of #98E050
Black with #98E050
Text Example
Text Example
White with #98E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E050; }
p { color: rgb(152,224,80); }
H1.HeaderClassName
{
color: #98E050;
}
.AnyTagClassName
{
color: #98E050;
}
</style>
background-color css
<style>
a { background-color: #98E050; }
a { background-color: rgb(152,224,80); }
div.DivClassName
{
background-color: #98E050;
}
.BgClassName
{
background-color: #98E050;
}
</style>
border-color css
<style>
span { border-color: #98E050; }
span { border-color: rgb(152,224,80); }
td.TdClassName
{
border-color: #98E050;
}
.TagClassName
{
border-color: #98E050;
}
</style>