Shades of Atlantis #98C653
Tints of Atlantis #98C653
RGB
CMYK
RGB Variations
Color information
#98C653 (or 0x98C653) is known color: Atlantis. HEX triplet: 98, C6 and 53. RGB value is (152,198,83). Sum of RGB (Red+Green+Blue) = 152+198+83=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #98C653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C653 is #6739AC. Grayscale: #ABABAB. Windows color (decimal): -6764973 or 5490328. OLE color: 5490328.
HSL color Cylindrical-coordinate representation of color #98C653: hue angle of 84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98C653 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 83 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.22 |
| HSL | 84º | 0.5% | 0.55% | - |
| HSV(B) | 84º | 0.58% | 0.78% | - |
| XYZ | 34.7 | 47.69 | 15.56 | - |
| YUV | 171.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 83 | 0.23 | 0 | 0.58 | 0.22 | 84 | 0.5 | 0.55 |
| Hex | 98 | C6 | 53 | 17 | 0 | 3A | 16 | 54 | 32 | 37 |
| Octal | 230 | 306 | 123 | 27 | 0 | 72 | 26 | 124 | 62 | 67 |
| Binary | 10011000 | 11000110 | 1010011 | 10111 | 0 | 111010 | 10110 | 1010100 | 110010 | 110111 |
Color Harmonies of #98C653
Complementary color
Monochromatic Colors of #98C653
Black with #98C653
Text Example
Text Example
White with #98C653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C653; }
p { color: rgb(152,198,83); }
H1.HeaderClassName
{
color: #98C653;
}
.AnyTagClassName
{
color: #98C653;
}
</style>
background-color css
<style>
a { background-color: #98C653; }
a { background-color: rgb(152,198,83); }
div.DivClassName
{
background-color: #98C653;
}
.BgClassName
{
background-color: #98C653;
}
</style>
border-color css
<style>
span { border-color: #98C653; }
span { border-color: rgb(152,198,83); }
td.TdClassName
{
border-color: #98C653;
}
.TagClassName
{
border-color: #98C653;
}
</style>