Shades of Atlantis #98C556
Tints of Atlantis #98C556
RGB
CMYK
RGB Variations
Color information
#98C556 (or 0x98C556) is known color: Atlantis. HEX triplet: 98, C5 and 56. RGB value is (152,197,86). Sum of RGB (Red+Green+Blue) = 152+197+86=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #98C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C556 is #673AA9. Grayscale: #ABABAB. Windows color (decimal): -6765226 or 5686680. OLE color: 5686680.
HSL color Cylindrical-coordinate representation of color #98C556: hue angle of 84.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98C556 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 86 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.23 |
| HSL | 84.32º | 0.49% | 0.55% | - |
| HSV(B) | 84.32º | 0.56% | 0.77% | - |
| XYZ | 34.59 | 47.28 | 16.11 | - |
| YUV | 170.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 86 | 0.23 | 0 | 0.56 | 0.23 | 84.32 | 0.49 | 0.55 |
| Hex | 98 | C5 | 56 | 17 | 0 | 38 | 17 | 54 | 31 | 37 |
| Octal | 230 | 305 | 126 | 27 | 0 | 70 | 27 | 124 | 61 | 67 |
| Binary | 10011000 | 11000101 | 1010110 | 10111 | 0 | 111000 | 10111 | 1010100 | 110001 | 110111 |
Color Harmonies of #98C556
Complementary color
Monochromatic Colors of #98C556
Black with #98C556
Text Example
Text Example
White with #98C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C556; }
p { color: rgb(152,197,86); }
H1.HeaderClassName
{
color: #98C556;
}
.AnyTagClassName
{
color: #98C556;
}
</style>
background-color css
<style>
a { background-color: #98C556; }
a { background-color: rgb(152,197,86); }
div.DivClassName
{
background-color: #98C556;
}
.BgClassName
{
background-color: #98C556;
}
</style>
border-color css
<style>
span { border-color: #98C556; }
span { border-color: rgb(152,197,86); }
td.TdClassName
{
border-color: #98C556;
}
.TagClassName
{
border-color: #98C556;
}
</style>