Shades of Atlantis #99E240
Tints of Atlantis #99E240
RGB
CMYK
RGB Variations
Color information
#99E240 (or 0x99E240) is known color: Atlantis. HEX triplet: 99, E2 and 40. RGB value is (153,226,64). Sum of RGB (Red+Green+Blue) = 153+226+64=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #99E240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E240 is #661DBF. Grayscale: #BABABA. Windows color (decimal): -6692288 or 4252313. OLE color: 4252313.
HSL color Cylindrical-coordinate representation of color #99E240: hue angle of 87.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99E240 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 64 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.11 |
| HSL | 87.04º | 0.74% | 0.57% | - |
| HSV(B) | 87.04º | 0.72% | 0.89% | - |
| XYZ | 41.26 | 61.54 | 14.55 | - |
| YUV | 185.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 64 | 0.32 | 0 | 0.72 | 0.11 | 87.04 | 0.74 | 0.57 |
| Hex | 99 | E2 | 40 | 20 | 0 | 48 | B | 57 | 4A | 39 |
| Octal | 231 | 342 | 100 | 40 | 0 | 110 | 13 | 127 | 112 | 71 |
| Binary | 10011001 | 11100010 | 1000000 | 100000 | 0 | 1001000 | 1011 | 1010111 | 1001010 | 111001 |
Color Harmonies of #99E240
Complementary color
Monochromatic Colors of #99E240
Black with #99E240
Text Example
Text Example
White with #99E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E240; }
p { color: rgb(153,226,64); }
H1.HeaderClassName
{
color: #99E240;
}
.AnyTagClassName
{
color: #99E240;
}
</style>
background-color css
<style>
a { background-color: #99E240; }
a { background-color: rgb(153,226,64); }
div.DivClassName
{
background-color: #99E240;
}
.BgClassName
{
background-color: #99E240;
}
</style>
border-color css
<style>
span { border-color: #99E240; }
span { border-color: rgb(153,226,64); }
td.TdClassName
{
border-color: #99E240;
}
.TagClassName
{
border-color: #99E240;
}
</style>