Shades of Atlantis #98C24A
Tints of Atlantis #98C24A
RGB
CMYK
RGB Variations
Color information
#98C24A (or 0x98C24A) is known color: Atlantis. HEX triplet: 98, C2 and 4A. RGB value is (152,194,74). Sum of RGB (Red+Green+Blue) = 152+194+74=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #98C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C24A is #673DB5. Grayscale: #A8A8A8. Windows color (decimal): -6766006 or 4899480. OLE color: 4899480.
HSL color Cylindrical-coordinate representation of color #98C24A: hue angle of 81º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98C24A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 74 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.24 |
| HSL | 81º | 0.5% | 0.53% | - |
| HSV(B) | 81º | 0.62% | 0.76% | - |
| XYZ | 33.48 | 45.75 | 13.55 | - |
| YUV | 167.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 74 | 0.22 | 0 | 0.62 | 0.24 | 81 | 0.5 | 0.53 |
| Hex | 98 | C2 | 4A | 16 | 0 | 3E | 18 | 51 | 32 | 35 |
| Octal | 230 | 302 | 112 | 26 | 0 | 76 | 30 | 121 | 62 | 65 |
| Binary | 10011000 | 11000010 | 1001010 | 10110 | 0 | 111110 | 11000 | 1010001 | 110010 | 110101 |
Color Harmonies of #98C24A
Complementary color
Monochromatic Colors of #98C24A
Black with #98C24A
Text Example
Text Example
White with #98C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C24A; }
p { color: rgb(152,194,74); }
H1.HeaderClassName
{
color: #98C24A;
}
.AnyTagClassName
{
color: #98C24A;
}
</style>
background-color css
<style>
a { background-color: #98C24A; }
a { background-color: rgb(152,194,74); }
div.DivClassName
{
background-color: #98C24A;
}
.BgClassName
{
background-color: #98C24A;
}
</style>
border-color css
<style>
span { border-color: #98C24A; }
span { border-color: rgb(152,194,74); }
td.TdClassName
{
border-color: #98C24A;
}
.TagClassName
{
border-color: #98C24A;
}
</style>