Shades of Atlantis #98C554
Tints of Atlantis #98C554
RGB
CMYK
RGB Variations
Color information
#98C554 (or 0x98C554) is known color: Atlantis. HEX triplet: 98, C5 and 54. RGB value is (152,197,84). Sum of RGB (Red+Green+Blue) = 152+197+84=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #98C554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C554 is #673AAB. Grayscale: #ABABAB. Windows color (decimal): -6765228 or 5555608. OLE color: 5555608.
HSL color Cylindrical-coordinate representation of color #98C554: hue angle of 83.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98C554 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 84 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.23 |
| HSL | 83.89º | 0.49% | 0.55% | - |
| HSV(B) | 83.89º | 0.57% | 0.77% | - |
| XYZ | 34.52 | 47.25 | 15.69 | - |
| YUV | 170.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 84 | 0.23 | 0 | 0.57 | 0.23 | 83.89 | 0.49 | 0.55 |
| Hex | 98 | C5 | 54 | 17 | 0 | 39 | 17 | 54 | 31 | 37 |
| Octal | 230 | 305 | 124 | 27 | 0 | 71 | 27 | 124 | 61 | 67 |
| Binary | 10011000 | 11000101 | 1010100 | 10111 | 0 | 111001 | 10111 | 1010100 | 110001 | 110111 |
Color Harmonies of #98C554
Complementary color
Monochromatic Colors of #98C554
Black with #98C554
Text Example
Text Example
White with #98C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C554; }
p { color: rgb(152,197,84); }
H1.HeaderClassName
{
color: #98C554;
}
.AnyTagClassName
{
color: #98C554;
}
</style>
background-color css
<style>
a { background-color: #98C554; }
a { background-color: rgb(152,197,84); }
div.DivClassName
{
background-color: #98C554;
}
.BgClassName
{
background-color: #98C554;
}
</style>
border-color css
<style>
span { border-color: #98C554; }
span { border-color: rgb(152,197,84); }
td.TdClassName
{
border-color: #98C554;
}
.TagClassName
{
border-color: #98C554;
}
</style>