Shades of Atlantis #98BA40
Tints of Atlantis #98BA40
RGB
CMYK
RGB Variations
Color information
#98BA40 (or 0x98BA40) is known color: Atlantis. HEX triplet: 98, BA and 40. RGB value is (152,186,64). Sum of RGB (Red+Green+Blue) = 152+186+64=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98BA40 is #6745BF. Grayscale: #A2A2A2. Windows color (decimal): -6768064 or 4242072. OLE color: 4242072.
HSL color Cylindrical-coordinate representation of color #98BA40: hue angle of 76.72º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98BA40 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 186 | 64 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.27 |
| HSL | 76.72º | 0.49% | 0.49% | - |
| HSV(B) | 76.72º | 0.66% | 0.73% | - |
| XYZ | 31.43 | 42.16 | 11.33 | - |
| YUV | 161.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 186 | 64 | 0.18 | 0 | 0.66 | 0.27 | 76.72 | 0.49 | 0.49 |
| Hex | 98 | BA | 40 | 12 | 0 | 42 | 1B | 4D | 31 | 31 |
| Octal | 230 | 272 | 100 | 22 | 0 | 102 | 33 | 115 | 61 | 61 |
| Binary | 10011000 | 10111010 | 1000000 | 10010 | 0 | 1000010 | 11011 | 1001101 | 110001 | 110001 |
Color Harmonies of #98BA40
Complementary color
Monochromatic Colors of #98BA40
Black with #98BA40
Text Example
Text Example
White with #98BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BA40; }
p { color: rgb(152,186,64); }
H1.HeaderClassName
{
color: #98BA40;
}
.AnyTagClassName
{
color: #98BA40;
}
</style>
background-color css
<style>
a { background-color: #98BA40; }
a { background-color: rgb(152,186,64); }
div.DivClassName
{
background-color: #98BA40;
}
.BgClassName
{
background-color: #98BA40;
}
</style>
border-color css
<style>
span { border-color: #98BA40; }
span { border-color: rgb(152,186,64); }
td.TdClassName
{
border-color: #98BA40;
}
.TagClassName
{
border-color: #98BA40;
}
</style>