Shades of Atlantis #98BC4E
Tints of Atlantis #98BC4E
RGB
CMYK
RGB Variations
Color information
#98BC4E (or 0x98BC4E) is known color: Atlantis. HEX triplet: 98, BC and 4E. RGB value is (152,188,78). Sum of RGB (Red+Green+Blue) = 152+188+78=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC4E is #6743B1. Grayscale: #A5A5A5. Windows color (decimal): -6767538 or 5160088. OLE color: 5160088.
HSL color Cylindrical-coordinate representation of color #98BC4E: hue angle of 79.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98BC4E is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 78 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.26 |
| HSL | 79.64º | 0.45% | 0.52% | - |
| HSV(B) | 79.64º | 0.59% | 0.74% | - |
| XYZ | 32.31 | 43.19 | 13.84 | - |
| YUV | 164.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 78 | 0.19 | 0 | 0.59 | 0.26 | 79.64 | 0.45 | 0.52 |
| Hex | 98 | BC | 4E | 13 | 0 | 3B | 1A | 50 | 2D | 34 |
| Octal | 230 | 274 | 116 | 23 | 0 | 73 | 32 | 120 | 55 | 64 |
| Binary | 10011000 | 10111100 | 1001110 | 10011 | 0 | 111011 | 11010 | 1010000 | 101101 | 110100 |
Color Harmonies of #98BC4E
Complementary color
Monochromatic Colors of #98BC4E
Black with #98BC4E
Text Example
Text Example
White with #98BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC4E; }
p { color: rgb(152,188,78); }
H1.HeaderClassName
{
color: #98BC4E;
}
.AnyTagClassName
{
color: #98BC4E;
}
</style>
background-color css
<style>
a { background-color: #98BC4E; }
a { background-color: rgb(152,188,78); }
div.DivClassName
{
background-color: #98BC4E;
}
.BgClassName
{
background-color: #98BC4E;
}
</style>
border-color css
<style>
span { border-color: #98BC4E; }
span { border-color: rgb(152,188,78); }
td.TdClassName
{
border-color: #98BC4E;
}
.TagClassName
{
border-color: #98BC4E;
}
</style>