Shades of Atlantis #98B942
Tints of Atlantis #98B942
RGB
CMYK
RGB Variations
Color information
#98B942 (or 0x98B942) is known color: Atlantis. HEX triplet: 98, B9 and 42. RGB value is (152,185,66). Sum of RGB (Red+Green+Blue) = 152+185+66=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #98B942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B942 is #6746BD. Grayscale: #A2A2A2. Windows color (decimal): -6768318 or 4372888. OLE color: 4372888.
HSL color Cylindrical-coordinate representation of color #98B942: hue angle of 76.64º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98B942 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 66 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.27 |
| HSL | 76.64º | 0.47% | 0.49% | - |
| HSV(B) | 76.64º | 0.64% | 0.73% | - |
| XYZ | 31.28 | 41.77 | 11.57 | - |
| YUV | 161.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 66 | 0.18 | 0 | 0.64 | 0.27 | 76.64 | 0.47 | 0.49 |
| Hex | 98 | B9 | 42 | 12 | 0 | 40 | 1B | 4D | 2F | 31 |
| Octal | 230 | 271 | 102 | 22 | 0 | 100 | 33 | 115 | 57 | 61 |
| Binary | 10011000 | 10111001 | 1000010 | 10010 | 0 | 1000000 | 11011 | 1001101 | 101111 | 110001 |
Color Harmonies of #98B942
Complementary color
Monochromatic Colors of #98B942
Black with #98B942
Text Example
Text Example
White with #98B942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B942; }
p { color: rgb(152,185,66); }
H1.HeaderClassName
{
color: #98B942;
}
.AnyTagClassName
{
color: #98B942;
}
</style>
background-color css
<style>
a { background-color: #98B942; }
a { background-color: rgb(152,185,66); }
div.DivClassName
{
background-color: #98B942;
}
.BgClassName
{
background-color: #98B942;
}
</style>
border-color css
<style>
span { border-color: #98B942; }
span { border-color: rgb(152,185,66); }
td.TdClassName
{
border-color: #98B942;
}
.TagClassName
{
border-color: #98B942;
}
</style>