Shades of Atlantis #98C050
Tints of Atlantis #98C050
RGB
CMYK
RGB Variations
Color information
#98C050 (or 0x98C050) is known color: Atlantis. HEX triplet: 98, C0 and 50. RGB value is (152,192,80). Sum of RGB (Red+Green+Blue) = 152+192+80=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #98C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C050 is #673FAF. Grayscale: #A7A7A7. Windows color (decimal): -6766512 or 5292184. OLE color: 5292184.
HSL color Cylindrical-coordinate representation of color #98C050: hue angle of 81.43º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98C050 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 80 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.25 |
| HSL | 81.43º | 0.47% | 0.53% | - |
| HSV(B) | 81.43º | 0.58% | 0.75% | - |
| XYZ | 33.25 | 44.95 | 14.51 | - |
| YUV | 167.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 80 | 0.21 | 0 | 0.58 | 0.25 | 81.43 | 0.47 | 0.53 |
| Hex | 98 | C0 | 50 | 15 | 0 | 3A | 19 | 51 | 2F | 35 |
| Octal | 230 | 300 | 120 | 25 | 0 | 72 | 31 | 121 | 57 | 65 |
| Binary | 10011000 | 11000000 | 1010000 | 10101 | 0 | 111010 | 11001 | 1010001 | 101111 | 110101 |
Color Harmonies of #98C050
Complementary color
Monochromatic Colors of #98C050
Black with #98C050
Text Example
Text Example
White with #98C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C050; }
p { color: rgb(152,192,80); }
H1.HeaderClassName
{
color: #98C050;
}
.AnyTagClassName
{
color: #98C050;
}
</style>
background-color css
<style>
a { background-color: #98C050; }
a { background-color: rgb(152,192,80); }
div.DivClassName
{
background-color: #98C050;
}
.BgClassName
{
background-color: #98C050;
}
</style>
border-color css
<style>
span { border-color: #98C050; }
span { border-color: rgb(152,192,80); }
td.TdClassName
{
border-color: #98C050;
}
.TagClassName
{
border-color: #98C050;
}
</style>