Shades of Atlantis #98C951
Tints of Atlantis #98C951
RGB
CMYK
RGB Variations
Color information
#98C951 (or 0x98C951) is known color: Atlantis. HEX triplet: 98, C9 and 51. RGB value is (152,201,81). Sum of RGB (Red+Green+Blue) = 152+201+81=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #98C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C951 is #6736AE. Grayscale: #ADADAD. Windows color (decimal): -6764207 or 5360024. OLE color: 5360024.
HSL color Cylindrical-coordinate representation of color #98C951: hue angle of 84.5º 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 #98C951 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 81 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.21 |
| HSL | 84.5º | 0.53% | 0.55% | - |
| HSV(B) | 84.5º | 0.6% | 0.79% | - |
| XYZ | 35.32 | 49.04 | 15.39 | - |
| YUV | 172.67 | 76.27 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 81 | 0.24 | 0 | 0.60 | 0.21 | 84.5 | 0.53 | 0.55 |
| Hex | 98 | C9 | 51 | 18 | 0 | 3C | 15 | 54 | 35 | 37 |
| Octal | 230 | 311 | 121 | 30 | 0 | 74 | 25 | 124 | 65 | 67 |
| Binary | 10011000 | 11001001 | 1010001 | 11000 | 0 | 111100 | 10101 | 1010100 | 110101 | 110111 |
Color Harmonies of #98C951
Complementary color
Monochromatic Colors of #98C951
Black with #98C951
Text Example
Text Example
White with #98C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C951; }
p { color: rgb(152,201,81); }
H1.HeaderClassName
{
color: #98C951;
}
.AnyTagClassName
{
color: #98C951;
}
</style>
background-color css
<style>
a { background-color: #98C951; }
a { background-color: rgb(152,201,81); }
div.DivClassName
{
background-color: #98C951;
}
.BgClassName
{
background-color: #98C951;
}
</style>
border-color css
<style>
span { border-color: #98C951; }
span { border-color: rgb(152,201,81); }
td.TdClassName
{
border-color: #98C951;
}
.TagClassName
{
border-color: #98C951;
}
</style>