Shades of Atlantis #99C24D
Tints of Atlantis #99C24D
RGB
CMYK
RGB Variations
Color information
#99C24D (or 0x99C24D) is known color: Atlantis. HEX triplet: 99, C2 and 4D. RGB value is (153,194,77). Sum of RGB (Red+Green+Blue) = 153+194+77=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #99C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C24D is #663DB2. Grayscale: #A8A8A8. Windows color (decimal): -6700467 or 5096089. OLE color: 5096089.
HSL color Cylindrical-coordinate representation of color #99C24D: hue angle of 81.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99C24D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 77 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.24 |
| HSL | 81.03º | 0.49% | 0.53% | - |
| HSV(B) | 81.03º | 0.6% | 0.76% | - |
| XYZ | 33.77 | 45.89 | 14.1 | - |
| YUV | 168.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 77 | 0.21 | 0 | 0.60 | 0.24 | 81.03 | 0.49 | 0.53 |
| Hex | 99 | C2 | 4D | 15 | 0 | 3C | 18 | 51 | 31 | 35 |
| Octal | 231 | 302 | 115 | 25 | 0 | 74 | 30 | 121 | 61 | 65 |
| Binary | 10011001 | 11000010 | 1001101 | 10101 | 0 | 111100 | 11000 | 1010001 | 110001 | 110101 |
Color Harmonies of #99C24D
Complementary color
Monochromatic Colors of #99C24D
Black with #99C24D
Text Example
Text Example
White with #99C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C24D; }
p { color: rgb(153,194,77); }
H1.HeaderClassName
{
color: #99C24D;
}
.AnyTagClassName
{
color: #99C24D;
}
</style>
background-color css
<style>
a { background-color: #99C24D; }
a { background-color: rgb(153,194,77); }
div.DivClassName
{
background-color: #99C24D;
}
.BgClassName
{
background-color: #99C24D;
}
</style>
border-color css
<style>
span { border-color: #99C24D; }
span { border-color: rgb(153,194,77); }
td.TdClassName
{
border-color: #99C24D;
}
.TagClassName
{
border-color: #99C24D;
}
</style>