Shades of Atlantis #99EC3C
Tints of Atlantis #99EC3C
RGB
CMYK
RGB Variations
Color information
#99EC3C (or 0x99EC3C) is known color: Atlantis. HEX triplet: 99, EC and 3C. RGB value is (153,236,60). Sum of RGB (Red+Green+Blue) = 153+236+60=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EC3C is #6613C3. Grayscale: #BFBFBF. Windows color (decimal): -6689732 or 3992729. OLE color: 3992729.
HSL color Cylindrical-coordinate representation of color #99EC3C: hue angle of 88.3º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99EC3C is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 60 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.07 |
| HSL | 88.3º | 0.82% | 0.58% | - |
| HSV(B) | 88.3º | 0.75% | 0.93% | - |
| XYZ | 43.95 | 67.09 | 14.91 | - |
| YUV | 191.12 | 54 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 60 | 0.35 | 0 | 0.75 | 0.07 | 88.3 | 0.82 | 0.58 |
| Hex | 99 | EC | 3C | 23 | 0 | 4B | 7 | 58 | 52 | 3A |
| Octal | 231 | 354 | 74 | 43 | 0 | 113 | 7 | 130 | 122 | 72 |
| Binary | 10011001 | 11101100 | 111100 | 100011 | 0 | 1001011 | 111 | 1011000 | 1010010 | 111010 |
Color Harmonies of #99EC3C
Complementary color
Monochromatic Colors of #99EC3C
Black with #99EC3C
Text Example
Text Example
White with #99EC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC3C; }
p { color: rgb(153,236,60); }
H1.HeaderClassName
{
color: #99EC3C;
}
.AnyTagClassName
{
color: #99EC3C;
}
</style>
background-color css
<style>
a { background-color: #99EC3C; }
a { background-color: rgb(153,236,60); }
div.DivClassName
{
background-color: #99EC3C;
}
.BgClassName
{
background-color: #99EC3C;
}
</style>
border-color css
<style>
span { border-color: #99EC3C; }
span { border-color: rgb(153,236,60); }
td.TdClassName
{
border-color: #99EC3C;
}
.TagClassName
{
border-color: #99EC3C;
}
</style>