Shades of Atlantis #98EC45
Tints of Atlantis #98EC45
RGB
CMYK
RGB Variations
Color information
#98EC45 (or 0x98EC45) is known color: Atlantis. HEX triplet: 98, EC and 45. RGB value is (152,236,69). Sum of RGB (Red+Green+Blue) = 152+236+69=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EC45 is #6713BA. Grayscale: #C0C0C0. Windows color (decimal): -6755259 or 4582552. OLE color: 4582552.
HSL color Cylindrical-coordinate representation of color #98EC45: hue angle of 90.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98EC45 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 69 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.07 |
| HSL | 90.18º | 0.81% | 0.6% | - |
| HSV(B) | 90.18º | 0.71% | 0.93% | - |
| XYZ | 44.02 | 67.1 | 16.26 | - |
| YUV | 191.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 69 | 0.36 | 0 | 0.71 | 0.07 | 90.18 | 0.81 | 0.6 |
| Hex | 98 | EC | 45 | 24 | 0 | 47 | 7 | 5A | 51 | 3C |
| Octal | 230 | 354 | 105 | 44 | 0 | 107 | 7 | 132 | 121 | 74 |
| Binary | 10011000 | 11101100 | 1000101 | 100100 | 0 | 1000111 | 111 | 1011010 | 1010001 | 111100 |
Color Harmonies of #98EC45
Complementary color
Monochromatic Colors of #98EC45
Black with #98EC45
Text Example
Text Example
White with #98EC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC45; }
p { color: rgb(152,236,69); }
H1.HeaderClassName
{
color: #98EC45;
}
.AnyTagClassName
{
color: #98EC45;
}
</style>
background-color css
<style>
a { background-color: #98EC45; }
a { background-color: rgb(152,236,69); }
div.DivClassName
{
background-color: #98EC45;
}
.BgClassName
{
background-color: #98EC45;
}
</style>
border-color css
<style>
span { border-color: #98EC45; }
span { border-color: rgb(152,236,69); }
td.TdClassName
{
border-color: #98EC45;
}
.TagClassName
{
border-color: #98EC45;
}
</style>