Shades of Atlantis #99E047
Tints of Atlantis #99E047
RGB
CMYK
RGB Variations
Color information
#99E047 (or 0x99E047) is known color: Atlantis. HEX triplet: 99, E0 and 47. RGB value is (153,224,71). Sum of RGB (Red+Green+Blue) = 153+224+71=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #99E047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E047 is #661FB8. Grayscale: #B9B9B9. Windows color (decimal): -6692793 or 4710553. OLE color: 4710553.
HSL color Cylindrical-coordinate representation of color #99E047: hue angle of 87.84º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99E047 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 71 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.12 |
| HSL | 87.84º | 0.71% | 0.58% | - |
| HSV(B) | 87.84º | 0.68% | 0.88% | - |
| XYZ | 40.93 | 60.54 | 15.49 | - |
| YUV | 185.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 71 | 0.32 | 0 | 0.68 | 0.12 | 87.84 | 0.71 | 0.58 |
| Hex | 99 | E0 | 47 | 20 | 0 | 44 | C | 58 | 47 | 3A |
| Octal | 231 | 340 | 107 | 40 | 0 | 104 | 14 | 130 | 107 | 72 |
| Binary | 10011001 | 11100000 | 1000111 | 100000 | 0 | 1000100 | 1100 | 1011000 | 1000111 | 111010 |
Color Harmonies of #99E047
Complementary color
Monochromatic Colors of #99E047
Black with #99E047
Text Example
Text Example
White with #99E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E047; }
p { color: rgb(153,224,71); }
H1.HeaderClassName
{
color: #99E047;
}
.AnyTagClassName
{
color: #99E047;
}
</style>
background-color css
<style>
a { background-color: #99E047; }
a { background-color: rgb(153,224,71); }
div.DivClassName
{
background-color: #99E047;
}
.BgClassName
{
background-color: #99E047;
}
</style>
border-color css
<style>
span { border-color: #99E047; }
span { border-color: rgb(153,224,71); }
td.TdClassName
{
border-color: #99E047;
}
.TagClassName
{
border-color: #99E047;
}
</style>