Shades of Atlantis #99E04E
Tints of Atlantis #99E04E
RGB
CMYK
RGB Variations
Color information
#99E04E (or 0x99E04E) is known color: Atlantis. HEX triplet: 99, E0 and 4E. RGB value is (153,224,78). Sum of RGB (Red+Green+Blue) = 153+224+78=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #99E04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E04E is #661FB1. Grayscale: #BABABA. Windows color (decimal): -6692786 or 5169305. OLE color: 5169305.
HSL color Cylindrical-coordinate representation of color #99E04E: hue angle of 89.18º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99E04E is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 78 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.12 |
| HSL | 89.18º | 0.7% | 0.59% | - |
| HSV(B) | 89.18º | 0.65% | 0.88% | - |
| XYZ | 41.17 | 60.63 | 16.74 | - |
| YUV | 186.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 78 | 0.32 | 0 | 0.65 | 0.12 | 89.18 | 0.7 | 0.59 |
| Hex | 99 | E0 | 4E | 20 | 0 | 41 | C | 59 | 46 | 3B |
| Octal | 231 | 340 | 116 | 40 | 0 | 101 | 14 | 131 | 106 | 73 |
| Binary | 10011001 | 11100000 | 1001110 | 100000 | 0 | 1000001 | 1100 | 1011001 | 1000110 | 111011 |
Color Harmonies of #99E04E
Complementary color
Monochromatic Colors of #99E04E
Black with #99E04E
Text Example
Text Example
White with #99E04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E04E; }
p { color: rgb(153,224,78); }
H1.HeaderClassName
{
color: #99E04E;
}
.AnyTagClassName
{
color: #99E04E;
}
</style>
background-color css
<style>
a { background-color: #99E04E; }
a { background-color: rgb(153,224,78); }
div.DivClassName
{
background-color: #99E04E;
}
.BgClassName
{
background-color: #99E04E;
}
</style>
border-color css
<style>
span { border-color: #99E04E; }
span { border-color: rgb(153,224,78); }
td.TdClassName
{
border-color: #99E04E;
}
.TagClassName
{
border-color: #99E04E;
}
</style>