Shades of Atlantis #98D24A
Tints of Atlantis #98D24A
RGB
CMYK
RGB Variations
Color information
#98D24A (or 0x98D24A) is known color: Atlantis. HEX triplet: 98, D2 and 4A. RGB value is (152,210,74). Sum of RGB (Red+Green+Blue) = 152+210+74=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #98D24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D24A is #672DB5. Grayscale: #B1B1B1. Windows color (decimal): -6761910 or 4903576. OLE color: 4903576.
HSL color Cylindrical-coordinate representation of color #98D24A: hue angle of 85.59º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98D24A is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 74 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.18 |
| HSL | 85.59º | 0.6% | 0.56% | - |
| HSV(B) | 85.59º | 0.65% | 0.82% | - |
| XYZ | 37.23 | 53.26 | 14.8 | - |
| YUV | 177.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 74 | 0.28 | 0 | 0.65 | 0.18 | 85.59 | 0.6 | 0.56 |
| Hex | 98 | D2 | 4A | 1C | 0 | 41 | 12 | 56 | 3C | 38 |
| Octal | 230 | 322 | 112 | 34 | 0 | 101 | 22 | 126 | 74 | 70 |
| Binary | 10011000 | 11010010 | 1001010 | 11100 | 0 | 1000001 | 10010 | 1010110 | 111100 | 111000 |
Color Harmonies of #98D24A
Complementary color
Monochromatic Colors of #98D24A
Black with #98D24A
Text Example
Text Example
White with #98D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D24A; }
p { color: rgb(152,210,74); }
H1.HeaderClassName
{
color: #98D24A;
}
.AnyTagClassName
{
color: #98D24A;
}
</style>
background-color css
<style>
a { background-color: #98D24A; }
a { background-color: rgb(152,210,74); }
div.DivClassName
{
background-color: #98D24A;
}
.BgClassName
{
background-color: #98D24A;
}
</style>
border-color css
<style>
span { border-color: #98D24A; }
span { border-color: rgb(152,210,74); }
td.TdClassName
{
border-color: #98D24A;
}
.TagClassName
{
border-color: #98D24A;
}
</style>