Shades of Atlantis #98C14D
Tints of Atlantis #98C14D
RGB
CMYK
RGB Variations
Color information
#98C14D (or 0x98C14D) is known color: Atlantis. HEX triplet: 98, C1 and 4D. RGB value is (152,193,77). Sum of RGB (Red+Green+Blue) = 152+193+77=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #98C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C14D is #673EB2. Grayscale: #A7A7A7. Windows color (decimal): -6766259 or 5095832. OLE color: 5095832.
HSL color Cylindrical-coordinate representation of color #98C14D: hue angle of 81.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98C14D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 77 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.24 |
| HSL | 81.21º | 0.48% | 0.53% | - |
| HSV(B) | 81.21º | 0.6% | 0.76% | - |
| XYZ | 33.36 | 45.35 | 14.02 | - |
| YUV | 167.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 77 | 0.21 | 0 | 0.60 | 0.24 | 81.21 | 0.48 | 0.53 |
| Hex | 98 | C1 | 4D | 15 | 0 | 3C | 18 | 51 | 30 | 35 |
| Octal | 230 | 301 | 115 | 25 | 0 | 74 | 30 | 121 | 60 | 65 |
| Binary | 10011000 | 11000001 | 1001101 | 10101 | 0 | 111100 | 11000 | 1010001 | 110000 | 110101 |
Color Harmonies of #98C14D
Complementary color
Monochromatic Colors of #98C14D
Black with #98C14D
Text Example
Text Example
White with #98C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C14D; }
p { color: rgb(152,193,77); }
H1.HeaderClassName
{
color: #98C14D;
}
.AnyTagClassName
{
color: #98C14D;
}
</style>
background-color css
<style>
a { background-color: #98C14D; }
a { background-color: rgb(152,193,77); }
div.DivClassName
{
background-color: #98C14D;
}
.BgClassName
{
background-color: #98C14D;
}
</style>
border-color css
<style>
span { border-color: #98C14D; }
span { border-color: rgb(152,193,77); }
td.TdClassName
{
border-color: #98C14D;
}
.TagClassName
{
border-color: #98C14D;
}
</style>