Shades of Atlantis #98C356
Tints of Atlantis #98C356
RGB
CMYK
RGB Variations
Color information
#98C356 (or 0x98C356) is known color: Atlantis. HEX triplet: 98, C3 and 56. RGB value is (152,195,86). Sum of RGB (Red+Green+Blue) = 152+195+86=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #98C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C356 is #673CA9. Grayscale: #AAAAAA. Windows color (decimal): -6765738 or 5686168. OLE color: 5686168.
HSL color Cylindrical-coordinate representation of color #98C356: hue angle of 83.67º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98C356 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 86 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.24 |
| HSL | 83.67º | 0.48% | 0.55% | - |
| HSV(B) | 83.67º | 0.56% | 0.76% | - |
| XYZ | 34.14 | 46.38 | 15.96 | - |
| YUV | 169.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 86 | 0.22 | 0 | 0.56 | 0.24 | 83.67 | 0.48 | 0.55 |
| Hex | 98 | C3 | 56 | 16 | 0 | 38 | 18 | 54 | 30 | 37 |
| Octal | 230 | 303 | 126 | 26 | 0 | 70 | 30 | 124 | 60 | 67 |
| Binary | 10011000 | 11000011 | 1010110 | 10110 | 0 | 111000 | 11000 | 1010100 | 110000 | 110111 |
Color Harmonies of #98C356
Complementary color
Monochromatic Colors of #98C356
Black with #98C356
Text Example
Text Example
White with #98C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C356; }
p { color: rgb(152,195,86); }
H1.HeaderClassName
{
color: #98C356;
}
.AnyTagClassName
{
color: #98C356;
}
</style>
background-color css
<style>
a { background-color: #98C356; }
a { background-color: rgb(152,195,86); }
div.DivClassName
{
background-color: #98C356;
}
.BgClassName
{
background-color: #98C356;
}
</style>
border-color css
<style>
span { border-color: #98C356; }
span { border-color: rgb(152,195,86); }
td.TdClassName
{
border-color: #98C356;
}
.TagClassName
{
border-color: #98C356;
}
</style>