Shades of Atlantis #98C93C
Tints of Atlantis #98C93C
RGB
CMYK
RGB Variations
Color information
#98C93C (or 0x98C93C) is known color: Atlantis. HEX triplet: 98, C9 and 3C. RGB value is (152,201,60). Sum of RGB (Red+Green+Blue) = 152+201+60=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #98C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C93C is #6736C3. Grayscale: #AAAAAA. Windows color (decimal): -6764228 or 3983768. OLE color: 3983768.
HSL color Cylindrical-coordinate representation of color #98C93C: hue angle of 80.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98C93C is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 60 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.21 |
| HSL | 80.85º | 0.57% | 0.51% | - |
| HSV(B) | 80.85º | 0.7% | 0.79% | - |
| XYZ | 34.65 | 48.77 | 11.86 | - |
| YUV | 170.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 60 | 0.24 | 0 | 0.70 | 0.21 | 80.85 | 0.57 | 0.51 |
| Hex | 98 | C9 | 3C | 18 | 0 | 46 | 15 | 51 | 39 | 33 |
| Octal | 230 | 311 | 74 | 30 | 0 | 106 | 25 | 121 | 71 | 63 |
| Binary | 10011000 | 11001001 | 111100 | 11000 | 0 | 1000110 | 10101 | 1010001 | 111001 | 110011 |
Color Harmonies of #98C93C
Complementary color
Monochromatic Colors of #98C93C
Black with #98C93C
Text Example
Text Example
White with #98C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C93C; }
p { color: rgb(152,201,60); }
H1.HeaderClassName
{
color: #98C93C;
}
.AnyTagClassName
{
color: #98C93C;
}
</style>
background-color css
<style>
a { background-color: #98C93C; }
a { background-color: rgb(152,201,60); }
div.DivClassName
{
background-color: #98C93C;
}
.BgClassName
{
background-color: #98C93C;
}
</style>
border-color css
<style>
span { border-color: #98C93C; }
span { border-color: rgb(152,201,60); }
td.TdClassName
{
border-color: #98C93C;
}
.TagClassName
{
border-color: #98C93C;
}
</style>