Shades of Atlantis #99EC39
Tints of Atlantis #99EC39
RGB
CMYK
RGB Variations
Color information
#99EC39 (or 0x99EC39) is known color: Atlantis. HEX triplet: 99, EC and 39. RGB value is (153,236,57). Sum of RGB (Red+Green+Blue) = 153+236+57=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EC39 is #6613C6. Grayscale: #BFBFBF. Windows color (decimal): -6689735 or 3796121. OLE color: 3796121.
HSL color Cylindrical-coordinate representation of color #99EC39: hue angle of 87.82º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99EC39 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 57 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.07 |
| HSL | 87.82º | 0.82% | 0.57% | - |
| HSV(B) | 87.82º | 0.76% | 0.93% | - |
| XYZ | 43.87 | 67.06 | 14.5 | - |
| YUV | 190.78 | 52.5 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 57 | 0.35 | 0 | 0.76 | 0.07 | 87.82 | 0.82 | 0.57 |
| Hex | 99 | EC | 39 | 23 | 0 | 4C | 7 | 58 | 52 | 39 |
| Octal | 231 | 354 | 71 | 43 | 0 | 114 | 7 | 130 | 122 | 71 |
| Binary | 10011001 | 11101100 | 111001 | 100011 | 0 | 1001100 | 111 | 1011000 | 1010010 | 111001 |
Color Harmonies of #99EC39
Complementary color
Monochromatic Colors of #99EC39
Black with #99EC39
Text Example
Text Example
White with #99EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC39; }
p { color: rgb(153,236,57); }
H1.HeaderClassName
{
color: #99EC39;
}
.AnyTagClassName
{
color: #99EC39;
}
</style>
background-color css
<style>
a { background-color: #99EC39; }
a { background-color: rgb(153,236,57); }
div.DivClassName
{
background-color: #99EC39;
}
.BgClassName
{
background-color: #99EC39;
}
</style>
border-color css
<style>
span { border-color: #99EC39; }
span { border-color: rgb(153,236,57); }
td.TdClassName
{
border-color: #99EC39;
}
.TagClassName
{
border-color: #99EC39;
}
</style>