Shades of Atlantis #98C051
Tints of Atlantis #98C051
RGB
CMYK
RGB Variations
Color information
#98C051 (or 0x98C051) is known color: Atlantis. HEX triplet: 98, C0 and 51. RGB value is (152,192,81). Sum of RGB (Red+Green+Blue) = 152+192+81=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #98C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C051 is #673FAE. Grayscale: #A7A7A7. Windows color (decimal): -6766511 or 5357720. OLE color: 5357720.
HSL color Cylindrical-coordinate representation of color #98C051: hue angle of 81.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98C051 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 81 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.25 |
| HSL | 81.62º | 0.47% | 0.54% | - |
| HSV(B) | 81.62º | 0.58% | 0.75% | - |
| XYZ | 33.28 | 44.97 | 14.71 | - |
| YUV | 167.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 81 | 0.21 | 0 | 0.58 | 0.25 | 81.62 | 0.47 | 0.54 |
| Hex | 98 | C0 | 51 | 15 | 0 | 3A | 19 | 52 | 2F | 36 |
| Octal | 230 | 300 | 121 | 25 | 0 | 72 | 31 | 122 | 57 | 66 |
| Binary | 10011000 | 11000000 | 1010001 | 10101 | 0 | 111010 | 11001 | 1010010 | 101111 | 110110 |
Color Harmonies of #98C051
Complementary color
Monochromatic Colors of #98C051
Black with #98C051
Text Example
Text Example
White with #98C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C051; }
p { color: rgb(152,192,81); }
H1.HeaderClassName
{
color: #98C051;
}
.AnyTagClassName
{
color: #98C051;
}
</style>
background-color css
<style>
a { background-color: #98C051; }
a { background-color: rgb(152,192,81); }
div.DivClassName
{
background-color: #98C051;
}
.BgClassName
{
background-color: #98C051;
}
</style>
border-color css
<style>
span { border-color: #98C051; }
span { border-color: rgb(152,192,81); }
td.TdClassName
{
border-color: #98C051;
}
.TagClassName
{
border-color: #98C051;
}
</style>