Shades of Atlantis #98C353
Tints of Atlantis #98C353
RGB
CMYK
RGB Variations
Color information
#98C353 (or 0x98C353) is known color: Atlantis. HEX triplet: 98, C3 and 53. RGB value is (152,195,83). Sum of RGB (Red+Green+Blue) = 152+195+83=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #98C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C353 is #673CAC. Grayscale: #A9A9A9. Windows color (decimal): -6765741 or 5489560. OLE color: 5489560.
HSL color Cylindrical-coordinate representation of color #98C353: hue angle of 83.04º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98C353 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 83 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.24 |
| HSL | 83.04º | 0.48% | 0.55% | - |
| HSV(B) | 83.04º | 0.57% | 0.76% | - |
| XYZ | 34.03 | 46.33 | 15.33 | - |
| YUV | 169.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 83 | 0.22 | 0 | 0.57 | 0.24 | 83.04 | 0.48 | 0.55 |
| Hex | 98 | C3 | 53 | 16 | 0 | 39 | 18 | 53 | 30 | 37 |
| Octal | 230 | 303 | 123 | 26 | 0 | 71 | 30 | 123 | 60 | 67 |
| Binary | 10011000 | 11000011 | 1010011 | 10110 | 0 | 111001 | 11000 | 1010011 | 110000 | 110111 |
Color Harmonies of #98C353
Complementary color
Monochromatic Colors of #98C353
Black with #98C353
Text Example
Text Example
White with #98C353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C353; }
p { color: rgb(152,195,83); }
H1.HeaderClassName
{
color: #98C353;
}
.AnyTagClassName
{
color: #98C353;
}
</style>
background-color css
<style>
a { background-color: #98C353; }
a { background-color: rgb(152,195,83); }
div.DivClassName
{
background-color: #98C353;
}
.BgClassName
{
background-color: #98C353;
}
</style>
border-color css
<style>
span { border-color: #98C353; }
span { border-color: rgb(152,195,83); }
td.TdClassName
{
border-color: #98C353;
}
.TagClassName
{
border-color: #98C353;
}
</style>