Shades of Atlantis #98C151
Tints of Atlantis #98C151
RGB
CMYK
RGB Variations
Color information
#98C151 (or 0x98C151) is known color: Atlantis. HEX triplet: 98, C1 and 51. RGB value is (152,193,81). Sum of RGB (Red+Green+Blue) = 152+193+81=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #98C151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C151 is #673EAE. Grayscale: #A8A8A8. Windows color (decimal): -6766255 or 5357976. OLE color: 5357976.
HSL color Cylindrical-coordinate representation of color #98C151: hue angle of 81.96º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98C151 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 81 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.24 |
| HSL | 81.96º | 0.47% | 0.54% | - |
| HSV(B) | 81.96º | 0.58% | 0.76% | - |
| XYZ | 33.5 | 45.41 | 14.78 | - |
| YUV | 167.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 81 | 0.21 | 0 | 0.58 | 0.24 | 81.96 | 0.47 | 0.54 |
| Hex | 98 | C1 | 51 | 15 | 0 | 3A | 18 | 52 | 2F | 36 |
| Octal | 230 | 301 | 121 | 25 | 0 | 72 | 30 | 122 | 57 | 66 |
| Binary | 10011000 | 11000001 | 1010001 | 10101 | 0 | 111010 | 11000 | 1010010 | 101111 | 110110 |
Color Harmonies of #98C151
Complementary color
Monochromatic Colors of #98C151
Black with #98C151
Text Example
Text Example
White with #98C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C151; }
p { color: rgb(152,193,81); }
H1.HeaderClassName
{
color: #98C151;
}
.AnyTagClassName
{
color: #98C151;
}
</style>
background-color css
<style>
a { background-color: #98C151; }
a { background-color: rgb(152,193,81); }
div.DivClassName
{
background-color: #98C151;
}
.BgClassName
{
background-color: #98C151;
}
</style>
border-color css
<style>
span { border-color: #98C151; }
span { border-color: rgb(152,193,81); }
td.TdClassName
{
border-color: #98C151;
}
.TagClassName
{
border-color: #98C151;
}
</style>