Shades of Atlantis #99EE44
Tints of Atlantis #99EE44
RGB
CMYK
RGB Variations
Color information
#99EE44 (or 0x99EE44) is known color: Atlantis. HEX triplet: 99, EE and 44. RGB value is (153,238,68). Sum of RGB (Red+Green+Blue) = 153+238+68=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #99EE44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EE44 is #6611BB. Grayscale: #C1C1C1. Windows color (decimal): -6689212 or 4517529. OLE color: 4517529.
HSL color Cylindrical-coordinate representation of color #99EE44: hue angle of 90º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99EE44 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 68 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.07 |
| HSL | 90º | 0.83% | 0.6% | - |
| HSV(B) | 90º | 0.71% | 0.93% | - |
| XYZ | 44.75 | 68.34 | 16.3 | - |
| YUV | 193.21 | 57.34 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 68 | 0.36 | 0 | 0.71 | 0.07 | 90 | 0.83 | 0.6 |
| Hex | 99 | EE | 44 | 24 | 0 | 47 | 7 | 5A | 53 | 3C |
| Octal | 231 | 356 | 104 | 44 | 0 | 107 | 7 | 132 | 123 | 74 |
| Binary | 10011001 | 11101110 | 1000100 | 100100 | 0 | 1000111 | 111 | 1011010 | 1010011 | 111100 |
Color Harmonies of #99EE44
Complementary color
Monochromatic Colors of #99EE44
Black with #99EE44
Text Example
Text Example
White with #99EE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EE44; }
p { color: rgb(153,238,68); }
H1.HeaderClassName
{
color: #99EE44;
}
.AnyTagClassName
{
color: #99EE44;
}
</style>
background-color css
<style>
a { background-color: #99EE44; }
a { background-color: rgb(153,238,68); }
div.DivClassName
{
background-color: #99EE44;
}
.BgClassName
{
background-color: #99EE44;
}
</style>
border-color css
<style>
span { border-color: #99EE44; }
span { border-color: rgb(153,238,68); }
td.TdClassName
{
border-color: #99EE44;
}
.TagClassName
{
border-color: #99EE44;
}
</style>