Shades of Atlantis #99EC42
Tints of Atlantis #99EC42
RGB
CMYK
RGB Variations
Color information
#99EC42 (or 0x99EC42) is known color: Atlantis. HEX triplet: 99, EC and 42. RGB value is (153,236,66). Sum of RGB (Red+Green+Blue) = 153+236+66=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EC42 is #6613BD. Grayscale: #C0C0C0. Windows color (decimal): -6689726 or 4385945. OLE color: 4385945.
HSL color Cylindrical-coordinate representation of color #99EC42: hue angle of 89.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99EC42 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 66 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.07 |
| HSL | 89.29º | 0.82% | 0.59% | - |
| HSV(B) | 89.29º | 0.72% | 0.93% | - |
| XYZ | 44.12 | 67.16 | 15.79 | - |
| YUV | 191.8 | 57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 66 | 0.35 | 0 | 0.72 | 0.07 | 89.29 | 0.82 | 0.59 |
| Hex | 99 | EC | 42 | 23 | 0 | 48 | 7 | 59 | 52 | 3B |
| Octal | 231 | 354 | 102 | 43 | 0 | 110 | 7 | 131 | 122 | 73 |
| Binary | 10011001 | 11101100 | 1000010 | 100011 | 0 | 1001000 | 111 | 1011001 | 1010010 | 111011 |
Color Harmonies of #99EC42
Complementary color
Monochromatic Colors of #99EC42
Black with #99EC42
Text Example
Text Example
White with #99EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC42; }
p { color: rgb(153,236,66); }
H1.HeaderClassName
{
color: #99EC42;
}
.AnyTagClassName
{
color: #99EC42;
}
</style>
background-color css
<style>
a { background-color: #99EC42; }
a { background-color: rgb(153,236,66); }
div.DivClassName
{
background-color: #99EC42;
}
.BgClassName
{
background-color: #99EC42;
}
</style>
border-color css
<style>
span { border-color: #99EC42; }
span { border-color: rgb(153,236,66); }
td.TdClassName
{
border-color: #99EC42;
}
.TagClassName
{
border-color: #99EC42;
}
</style>