Shades of Atlantis #98EC3C
Tints of Atlantis #98EC3C
RGB
CMYK
RGB Variations
Color information
#98EC3C (or 0x98EC3C) is known color: Atlantis. HEX triplet: 98, EC and 3C. RGB value is (152,236,60). Sum of RGB (Red+Green+Blue) = 152+236+60=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EC3C is #6713C3. Grayscale: #BFBFBF. Windows color (decimal): -6755268 or 3992728. OLE color: 3992728.
HSL color Cylindrical-coordinate representation of color #98EC3C: hue angle of 88.64º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98EC3C is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 60 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.07 |
| HSL | 88.64º | 0.82% | 0.58% | - |
| HSV(B) | 88.64º | 0.75% | 0.93% | - |
| XYZ | 43.76 | 66.99 | 14.9 | - |
| YUV | 190.82 | 54.17 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 60 | 0.36 | 0 | 0.75 | 0.07 | 88.64 | 0.82 | 0.58 |
| Hex | 98 | EC | 3C | 24 | 0 | 4B | 7 | 59 | 52 | 3A |
| Octal | 230 | 354 | 74 | 44 | 0 | 113 | 7 | 131 | 122 | 72 |
| Binary | 10011000 | 11101100 | 111100 | 100100 | 0 | 1001011 | 111 | 1011001 | 1010010 | 111010 |
Color Harmonies of #98EC3C
Complementary color
Monochromatic Colors of #98EC3C
Black with #98EC3C
Text Example
Text Example
White with #98EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC3C; }
p { color: rgb(152,236,60); }
H1.HeaderClassName
{
color: #98EC3C;
}
.AnyTagClassName
{
color: #98EC3C;
}
</style>
background-color css
<style>
a { background-color: #98EC3C; }
a { background-color: rgb(152,236,60); }
div.DivClassName
{
background-color: #98EC3C;
}
.BgClassName
{
background-color: #98EC3C;
}
</style>
border-color css
<style>
span { border-color: #98EC3C; }
span { border-color: rgb(152,236,60); }
td.TdClassName
{
border-color: #98EC3C;
}
.TagClassName
{
border-color: #98EC3C;
}
</style>