Shades of Atlantis #98D93C
Tints of Atlantis #98D93C
RGB
CMYK
RGB Variations
Color information
#98D93C (or 0x98D93C) is known color: Atlantis. HEX triplet: 98, D9 and 3C. RGB value is (152,217,60). Sum of RGB (Red+Green+Blue) = 152+217+60=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #98D93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D93C is #6726C3. Grayscale: #B4B4B4. Windows color (decimal): -6760132 or 3987864. OLE color: 3987864.
HSL color Cylindrical-coordinate representation of color #98D93C: hue angle of 84.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98D93C is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 60 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.15 |
| HSL | 84.84º | 0.67% | 0.54% | - |
| HSV(B) | 84.84º | 0.72% | 0.85% | - |
| XYZ | 38.58 | 56.63 | 13.17 | - |
| YUV | 179.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 60 | 0.30 | 0 | 0.72 | 0.15 | 84.84 | 0.67 | 0.54 |
| Hex | 98 | D9 | 3C | 1E | 0 | 48 | F | 55 | 43 | 36 |
| Octal | 230 | 331 | 74 | 36 | 0 | 110 | 17 | 125 | 103 | 66 |
| Binary | 10011000 | 11011001 | 111100 | 11110 | 0 | 1001000 | 1111 | 1010101 | 1000011 | 110110 |
Color Harmonies of #98D93C
Complementary color
Monochromatic Colors of #98D93C
Black with #98D93C
Text Example
Text Example
White with #98D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D93C; }
p { color: rgb(152,217,60); }
H1.HeaderClassName
{
color: #98D93C;
}
.AnyTagClassName
{
color: #98D93C;
}
</style>
background-color css
<style>
a { background-color: #98D93C; }
a { background-color: rgb(152,217,60); }
div.DivClassName
{
background-color: #98D93C;
}
.BgClassName
{
background-color: #98D93C;
}
</style>
border-color css
<style>
span { border-color: #98D93C; }
span { border-color: rgb(152,217,60); }
td.TdClassName
{
border-color: #98D93C;
}
.TagClassName
{
border-color: #98D93C;
}
</style>