Shades of Atlantis #98C253
Tints of Atlantis #98C253
RGB
CMYK
RGB Variations
Color information
#98C253 (or 0x98C253) is known color: Atlantis. HEX triplet: 98, C2 and 53. RGB value is (152,194,83). Sum of RGB (Red+Green+Blue) = 152+194+83=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #98C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C253 is #673DAC. Grayscale: #A9A9A9. Windows color (decimal): -6765997 or 5489304. OLE color: 5489304.
HSL color Cylindrical-coordinate representation of color #98C253: hue angle of 82.7º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98C253 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 83 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.24 |
| HSL | 82.7º | 0.48% | 0.54% | - |
| HSV(B) | 82.7º | 0.57% | 0.76% | - |
| XYZ | 33.8 | 45.88 | 15.26 | - |
| YUV | 168.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 83 | 0.22 | 0 | 0.57 | 0.24 | 82.7 | 0.48 | 0.54 |
| Hex | 98 | C2 | 53 | 16 | 0 | 39 | 18 | 53 | 30 | 36 |
| Octal | 230 | 302 | 123 | 26 | 0 | 71 | 30 | 123 | 60 | 66 |
| Binary | 10011000 | 11000010 | 1010011 | 10110 | 0 | 111001 | 11000 | 1010011 | 110000 | 110110 |
Color Harmonies of #98C253
Complementary color
Monochromatic Colors of #98C253
Black with #98C253
Text Example
Text Example
White with #98C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C253; }
p { color: rgb(152,194,83); }
H1.HeaderClassName
{
color: #98C253;
}
.AnyTagClassName
{
color: #98C253;
}
</style>
background-color css
<style>
a { background-color: #98C253; }
a { background-color: rgb(152,194,83); }
div.DivClassName
{
background-color: #98C253;
}
.BgClassName
{
background-color: #98C253;
}
</style>
border-color css
<style>
span { border-color: #98C253; }
span { border-color: rgb(152,194,83); }
td.TdClassName
{
border-color: #98C253;
}
.TagClassName
{
border-color: #98C253;
}
</style>