Shades of Atlantis #98C849
Tints of Atlantis #98C849
RGB
CMYK
RGB Variations
Color information
#98C849 (or 0x98C849) is known color: Atlantis. HEX triplet: 98, C8 and 49. RGB value is (152,200,73). Sum of RGB (Red+Green+Blue) = 152+200+73=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #98C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C849 is #6737B6. Grayscale: #ABABAB. Windows color (decimal): -6764471 or 4835480. OLE color: 4835480.
HSL color Cylindrical-coordinate representation of color #98C849: hue angle of 82.68º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98C849 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 73 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.22 |
| HSL | 82.68º | 0.54% | 0.54% | - |
| HSV(B) | 82.68º | 0.64% | 0.78% | - |
| XYZ | 34.81 | 48.47 | 13.82 | - |
| YUV | 171.17 | 72.6 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 73 | 0.24 | 0 | 0.64 | 0.22 | 82.68 | 0.54 | 0.54 |
| Hex | 98 | C8 | 49 | 18 | 0 | 40 | 16 | 53 | 36 | 36 |
| Octal | 230 | 310 | 111 | 30 | 0 | 100 | 26 | 123 | 66 | 66 |
| Binary | 10011000 | 11001000 | 1001001 | 11000 | 0 | 1000000 | 10110 | 1010011 | 110110 | 110110 |
Color Harmonies of #98C849
Complementary color
Monochromatic Colors of #98C849
Black with #98C849
Text Example
Text Example
White with #98C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C849; }
p { color: rgb(152,200,73); }
H1.HeaderClassName
{
color: #98C849;
}
.AnyTagClassName
{
color: #98C849;
}
</style>
background-color css
<style>
a { background-color: #98C849; }
a { background-color: rgb(152,200,73); }
div.DivClassName
{
background-color: #98C849;
}
.BgClassName
{
background-color: #98C849;
}
</style>
border-color css
<style>
span { border-color: #98C849; }
span { border-color: rgb(152,200,73); }
td.TdClassName
{
border-color: #98C849;
}
.TagClassName
{
border-color: #98C849;
}
</style>