Shades of Atlantis #98EC49
Tints of Atlantis #98EC49
RGB
CMYK
RGB Variations
Color information
#98EC49 (or 0x98EC49) is known color: Atlantis. HEX triplet: 98, EC and 49. RGB value is (152,236,73). Sum of RGB (Red+Green+Blue) = 152+236+73=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EC49 is #6713B6. Grayscale: #C0C0C0. Windows color (decimal): -6755255 or 4844696. OLE color: 4844696.
HSL color Cylindrical-coordinate representation of color #98EC49: hue angle of 90.92º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98EC49 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 73 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.07 |
| HSL | 90.92º | 0.81% | 0.61% | - |
| HSV(B) | 90.92º | 0.69% | 0.93% | - |
| XYZ | 44.15 | 67.15 | 16.94 | - |
| YUV | 192.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 73 | 0.36 | 0 | 0.69 | 0.07 | 90.92 | 0.81 | 0.61 |
| Hex | 98 | EC | 49 | 24 | 0 | 45 | 7 | 5B | 51 | 3D |
| Octal | 230 | 354 | 111 | 44 | 0 | 105 | 7 | 133 | 121 | 75 |
| Binary | 10011000 | 11101100 | 1001001 | 100100 | 0 | 1000101 | 111 | 1011011 | 1010001 | 111101 |
Color Harmonies of #98EC49
Complementary color
Monochromatic Colors of #98EC49
Black with #98EC49
Text Example
Text Example
White with #98EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC49; }
p { color: rgb(152,236,73); }
H1.HeaderClassName
{
color: #98EC49;
}
.AnyTagClassName
{
color: #98EC49;
}
</style>
background-color css
<style>
a { background-color: #98EC49; }
a { background-color: rgb(152,236,73); }
div.DivClassName
{
background-color: #98EC49;
}
.BgClassName
{
background-color: #98EC49;
}
</style>
border-color css
<style>
span { border-color: #98EC49; }
span { border-color: rgb(152,236,73); }
td.TdClassName
{
border-color: #98EC49;
}
.TagClassName
{
border-color: #98EC49;
}
</style>