Shades of Atlantis #98D046
Tints of Atlantis #98D046
RGB
CMYK
RGB Variations
Color information
#98D046 (or 0x98D046) is known color: Atlantis. HEX triplet: 98, D0 and 46. RGB value is (152,208,70). Sum of RGB (Red+Green+Blue) = 152+208+70=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #98D046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D046 is #672FB9. Grayscale: #B0B0B0. Windows color (decimal): -6762426 or 4640920. OLE color: 4640920.
HSL color Cylindrical-coordinate representation of color #98D046: hue angle of 84.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98D046 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 70 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.18 |
| HSL | 84.35º | 0.59% | 0.55% | - |
| HSV(B) | 84.35º | 0.66% | 0.82% | - |
| XYZ | 36.61 | 52.23 | 13.95 | - |
| YUV | 175.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 70 | 0.27 | 0 | 0.66 | 0.18 | 84.35 | 0.59 | 0.55 |
| Hex | 98 | D0 | 46 | 1B | 0 | 42 | 12 | 54 | 3B | 37 |
| Octal | 230 | 320 | 106 | 33 | 0 | 102 | 22 | 124 | 73 | 67 |
| Binary | 10011000 | 11010000 | 1000110 | 11011 | 0 | 1000010 | 10010 | 1010100 | 111011 | 110111 |
Color Harmonies of #98D046
Complementary color
Monochromatic Colors of #98D046
Black with #98D046
Text Example
Text Example
White with #98D046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D046; }
p { color: rgb(152,208,70); }
H1.HeaderClassName
{
color: #98D046;
}
.AnyTagClassName
{
color: #98D046;
}
</style>
background-color css
<style>
a { background-color: #98D046; }
a { background-color: rgb(152,208,70); }
div.DivClassName
{
background-color: #98D046;
}
.BgClassName
{
background-color: #98D046;
}
</style>
border-color css
<style>
span { border-color: #98D046; }
span { border-color: rgb(152,208,70); }
td.TdClassName
{
border-color: #98D046;
}
.TagClassName
{
border-color: #98D046;
}
</style>