Shades of Atlantis #98C950
Tints of Atlantis #98C950
RGB
CMYK
RGB Variations
Color information
#98C950 (or 0x98C950) is known color: Atlantis. HEX triplet: 98, C9 and 50. RGB value is (152,201,80). Sum of RGB (Red+Green+Blue) = 152+201+80=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #98C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C950 is #6736AF. Grayscale: #ACACAC. Windows color (decimal): -6764208 or 5294488. OLE color: 5294488.
HSL color Cylindrical-coordinate representation of color #98C950: hue angle of 84.3º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98C950 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 80 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.21 |
| HSL | 84.3º | 0.53% | 0.55% | - |
| HSV(B) | 84.3º | 0.6% | 0.79% | - |
| XYZ | 35.28 | 49.03 | 15.19 | - |
| YUV | 172.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 80 | 0.24 | 0 | 0.60 | 0.21 | 84.3 | 0.53 | 0.55 |
| Hex | 98 | C9 | 50 | 18 | 0 | 3C | 15 | 54 | 35 | 37 |
| Octal | 230 | 311 | 120 | 30 | 0 | 74 | 25 | 124 | 65 | 67 |
| Binary | 10011000 | 11001001 | 1010000 | 11000 | 0 | 111100 | 10101 | 1010100 | 110101 | 110111 |
Color Harmonies of #98C950
Complementary color
Monochromatic Colors of #98C950
Black with #98C950
Text Example
Text Example
White with #98C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C950; }
p { color: rgb(152,201,80); }
H1.HeaderClassName
{
color: #98C950;
}
.AnyTagClassName
{
color: #98C950;
}
</style>
background-color css
<style>
a { background-color: #98C950; }
a { background-color: rgb(152,201,80); }
div.DivClassName
{
background-color: #98C950;
}
.BgClassName
{
background-color: #98C950;
}
</style>
border-color css
<style>
span { border-color: #98C950; }
span { border-color: rgb(152,201,80); }
td.TdClassName
{
border-color: #98C950;
}
.TagClassName
{
border-color: #98C950;
}
</style>