Shades of Atlantis #99EC3F
Tints of Atlantis #99EC3F
RGB
CMYK
RGB Variations
Color information
#99EC3F (or 0x99EC3F) is known color: Atlantis. HEX triplet: 99, EC and 3F. RGB value is (153,236,63). Sum of RGB (Red+Green+Blue) = 153+236+63=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EC3F is #6613C0. Grayscale: #C0C0C0. Windows color (decimal): -6689729 or 4189337. OLE color: 4189337.
HSL color Cylindrical-coordinate representation of color #99EC3F: hue angle of 88.79º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99EC3F is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 63 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.07 |
| HSL | 88.79º | 0.82% | 0.59% | - |
| HSV(B) | 88.79º | 0.73% | 0.93% | - |
| XYZ | 44.03 | 67.12 | 15.34 | - |
| YUV | 191.46 | 55.5 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 63 | 0.35 | 0 | 0.73 | 0.07 | 88.79 | 0.82 | 0.59 |
| Hex | 99 | EC | 3F | 23 | 0 | 49 | 7 | 59 | 52 | 3B |
| Octal | 231 | 354 | 77 | 43 | 0 | 111 | 7 | 131 | 122 | 73 |
| Binary | 10011001 | 11101100 | 111111 | 100011 | 0 | 1001001 | 111 | 1011001 | 1010010 | 111011 |
Color Harmonies of #99EC3F
Complementary color
Monochromatic Colors of #99EC3F
Black with #99EC3F
Text Example
Text Example
White with #99EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC3F; }
p { color: rgb(153,236,63); }
H1.HeaderClassName
{
color: #99EC3F;
}
.AnyTagClassName
{
color: #99EC3F;
}
</style>
background-color css
<style>
a { background-color: #99EC3F; }
a { background-color: rgb(153,236,63); }
div.DivClassName
{
background-color: #99EC3F;
}
.BgClassName
{
background-color: #99EC3F;
}
</style>
border-color css
<style>
span { border-color: #99EC3F; }
span { border-color: rgb(153,236,63); }
td.TdClassName
{
border-color: #99EC3F;
}
.TagClassName
{
border-color: #99EC3F;
}
</style>