Shades of Atlantis #98C053
Tints of Atlantis #98C053
RGB
CMYK
RGB Variations
Color information
#98C053 (or 0x98C053) is known color: Atlantis. HEX triplet: 98, C0 and 53. RGB value is (152,192,83). Sum of RGB (Red+Green+Blue) = 152+192+83=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #98C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C053 is #673FAC. Grayscale: #A8A8A8. Windows color (decimal): -6766509 or 5488792. OLE color: 5488792.
HSL color Cylindrical-coordinate representation of color #98C053: hue angle of 82.02º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98C053 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 83 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.25 |
| HSL | 82.02º | 0.46% | 0.54% | - |
| HSV(B) | 82.02º | 0.57% | 0.75% | - |
| XYZ | 33.36 | 45 | 15.11 | - |
| YUV | 167.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 83 | 0.21 | 0 | 0.57 | 0.25 | 82.02 | 0.46 | 0.54 |
| Hex | 98 | C0 | 53 | 15 | 0 | 39 | 19 | 52 | 2E | 36 |
| Octal | 230 | 300 | 123 | 25 | 0 | 71 | 31 | 122 | 56 | 66 |
| Binary | 10011000 | 11000000 | 1010011 | 10101 | 0 | 111001 | 11001 | 1010010 | 101110 | 110110 |
Color Harmonies of #98C053
Complementary color
Monochromatic Colors of #98C053
Black with #98C053
Text Example
Text Example
White with #98C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C053; }
p { color: rgb(152,192,83); }
H1.HeaderClassName
{
color: #98C053;
}
.AnyTagClassName
{
color: #98C053;
}
</style>
background-color css
<style>
a { background-color: #98C053; }
a { background-color: rgb(152,192,83); }
div.DivClassName
{
background-color: #98C053;
}
.BgClassName
{
background-color: #98C053;
}
</style>
border-color css
<style>
span { border-color: #98C053; }
span { border-color: rgb(152,192,83); }
td.TdClassName
{
border-color: #98C053;
}
.TagClassName
{
border-color: #98C053;
}
</style>