Shades of Atlantis #98C73C
Tints of Atlantis #98C73C
RGB
CMYK
RGB Variations
Color information
#98C73C (or 0x98C73C) is known color: Atlantis. HEX triplet: 98, C7 and 3C. RGB value is (152,199,60). Sum of RGB (Red+Green+Blue) = 152+199+60=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #98C73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C73C is #6738C3. Grayscale: #A9A9A9. Windows color (decimal): -6764740 or 3983256. OLE color: 3983256.
HSL color Cylindrical-coordinate representation of color #98C73C: hue angle of 80.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98C73C is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 199 | 60 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.22 |
| HSL | 80.29º | 0.55% | 0.51% | - |
| HSV(B) | 80.29º | 0.7% | 0.78% | - |
| XYZ | 34.19 | 47.85 | 11.71 | - |
| YUV | 169.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 199 | 60 | 0.24 | 0 | 0.70 | 0.22 | 80.29 | 0.55 | 0.51 |
| Hex | 98 | C7 | 3C | 18 | 0 | 46 | 16 | 50 | 37 | 33 |
| Octal | 230 | 307 | 74 | 30 | 0 | 106 | 26 | 120 | 67 | 63 |
| Binary | 10011000 | 11000111 | 111100 | 11000 | 0 | 1000110 | 10110 | 1010000 | 110111 | 110011 |
Color Harmonies of #98C73C
Complementary color
Monochromatic Colors of #98C73C
Black with #98C73C
Text Example
Text Example
White with #98C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C73C; }
p { color: rgb(152,199,60); }
H1.HeaderClassName
{
color: #98C73C;
}
.AnyTagClassName
{
color: #98C73C;
}
</style>
background-color css
<style>
a { background-color: #98C73C; }
a { background-color: rgb(152,199,60); }
div.DivClassName
{
background-color: #98C73C;
}
.BgClassName
{
background-color: #98C73C;
}
</style>
border-color css
<style>
span { border-color: #98C73C; }
span { border-color: rgb(152,199,60); }
td.TdClassName
{
border-color: #98C73C;
}
.TagClassName
{
border-color: #98C73C;
}
</style>