Shades of Atlantis #98C944
Tints of Atlantis #98C944
RGB
CMYK
RGB Variations
Color information
#98C944 (or 0x98C944) is known color: Atlantis. HEX triplet: 98, C9 and 44. RGB value is (152,201,68). Sum of RGB (Red+Green+Blue) = 152+201+68=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #98C944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C944 is #6736BB. Grayscale: #ABABAB. Windows color (decimal): -6764220 or 4508056. OLE color: 4508056.
HSL color Cylindrical-coordinate representation of color #98C944: hue angle of 82.11º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98C944 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 68 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.21 |
| HSL | 82.11º | 0.55% | 0.53% | - |
| HSV(B) | 82.11º | 0.66% | 0.79% | - |
| XYZ | 34.88 | 48.87 | 13.06 | - |
| YUV | 171.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 68 | 0.24 | 0 | 0.66 | 0.21 | 82.11 | 0.55 | 0.53 |
| Hex | 98 | C9 | 44 | 18 | 0 | 42 | 15 | 52 | 37 | 35 |
| Octal | 230 | 311 | 104 | 30 | 0 | 102 | 25 | 122 | 67 | 65 |
| Binary | 10011000 | 11001001 | 1000100 | 11000 | 0 | 1000010 | 10101 | 1010010 | 110111 | 110101 |
Color Harmonies of #98C944
Complementary color
Monochromatic Colors of #98C944
Black with #98C944
Text Example
Text Example
White with #98C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C944; }
p { color: rgb(152,201,68); }
H1.HeaderClassName
{
color: #98C944;
}
.AnyTagClassName
{
color: #98C944;
}
</style>
background-color css
<style>
a { background-color: #98C944; }
a { background-color: rgb(152,201,68); }
div.DivClassName
{
background-color: #98C944;
}
.BgClassName
{
background-color: #98C944;
}
</style>
border-color css
<style>
span { border-color: #98C944; }
span { border-color: rgb(152,201,68); }
td.TdClassName
{
border-color: #98C944;
}
.TagClassName
{
border-color: #98C944;
}
</style>