Shades of Atlantis #98CE3A
Tints of Atlantis #98CE3A
RGB
CMYK
RGB Variations
Color information
#98CE3A (or 0x98CE3A) is known color: Atlantis. HEX triplet: 98, CE and 3A. RGB value is (152,206,58). Sum of RGB (Red+Green+Blue) = 152+206+58=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CE3A is #6731C5. Grayscale: #ADADAD. Windows color (decimal): -6762950 or 3853976. OLE color: 3853976.
HSL color Cylindrical-coordinate representation of color #98CE3A: hue angle of 81.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98CE3A is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 58 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.19 |
| HSL | 81.89º | 0.6% | 0.52% | - |
| HSV(B) | 81.89º | 0.72% | 0.81% | - |
| XYZ | 35.78 | 51.12 | 11.98 | - |
| YUV | 172.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 58 | 0.26 | 0 | 0.72 | 0.19 | 81.89 | 0.6 | 0.52 |
| Hex | 98 | CE | 3A | 1A | 0 | 48 | 13 | 52 | 3C | 34 |
| Octal | 230 | 316 | 72 | 32 | 0 | 110 | 23 | 122 | 74 | 64 |
| Binary | 10011000 | 11001110 | 111010 | 11010 | 0 | 1001000 | 10011 | 1010010 | 111100 | 110100 |
Color Harmonies of #98CE3A
Complementary color
Monochromatic Colors of #98CE3A
Black with #98CE3A
Text Example
Text Example
White with #98CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE3A; }
p { color: rgb(152,206,58); }
H1.HeaderClassName
{
color: #98CE3A;
}
.AnyTagClassName
{
color: #98CE3A;
}
</style>
background-color css
<style>
a { background-color: #98CE3A; }
a { background-color: rgb(152,206,58); }
div.DivClassName
{
background-color: #98CE3A;
}
.BgClassName
{
background-color: #98CE3A;
}
</style>
border-color css
<style>
span { border-color: #98CE3A; }
span { border-color: rgb(152,206,58); }
td.TdClassName
{
border-color: #98CE3A;
}
.TagClassName
{
border-color: #98CE3A;
}
</style>