Shades of Atlantis #98C04C
Tints of Atlantis #98C04C
RGB
CMYK
RGB Variations
Color information
#98C04C (or 0x98C04C) is known color: Atlantis. HEX triplet: 98, C0 and 4C. RGB value is (152,192,76). Sum of RGB (Red+Green+Blue) = 152+192+76=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #98C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C04C is #673FB3. Grayscale: #A7A7A7. Windows color (decimal): -6766516 or 5030040. OLE color: 5030040.
HSL color Cylindrical-coordinate representation of color #98C04C: hue angle of 80.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98C04C is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 76 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.25 |
| HSL | 80.69º | 0.48% | 0.53% | - |
| HSV(B) | 80.69º | 0.6% | 0.75% | - |
| XYZ | 33.1 | 44.9 | 13.76 | - |
| YUV | 166.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 76 | 0.21 | 0 | 0.60 | 0.25 | 80.69 | 0.48 | 0.53 |
| Hex | 98 | C0 | 4C | 15 | 0 | 3C | 19 | 51 | 30 | 35 |
| Octal | 230 | 300 | 114 | 25 | 0 | 74 | 31 | 121 | 60 | 65 |
| Binary | 10011000 | 11000000 | 1001100 | 10101 | 0 | 111100 | 11001 | 1010001 | 110000 | 110101 |
Color Harmonies of #98C04C
Complementary color
Monochromatic Colors of #98C04C
Black with #98C04C
Text Example
Text Example
White with #98C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C04C; }
p { color: rgb(152,192,76); }
H1.HeaderClassName
{
color: #98C04C;
}
.AnyTagClassName
{
color: #98C04C;
}
</style>
background-color css
<style>
a { background-color: #98C04C; }
a { background-color: rgb(152,192,76); }
div.DivClassName
{
background-color: #98C04C;
}
.BgClassName
{
background-color: #98C04C;
}
</style>
border-color css
<style>
span { border-color: #98C04C; }
span { border-color: rgb(152,192,76); }
td.TdClassName
{
border-color: #98C04C;
}
.TagClassName
{
border-color: #98C04C;
}
</style>