Shades of Atlantis #99EC3D
Tints of Atlantis #99EC3D
RGB
CMYK
RGB Variations
Color information
#99EC3D (or 0x99EC3D) is known color: Atlantis. HEX triplet: 99, EC and 3D. RGB value is (153,236,61). Sum of RGB (Red+Green+Blue) = 153+236+61=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #99EC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EC3D is #6613C2. Grayscale: #BFBFBF. Windows color (decimal): -6689731 or 4058265. OLE color: 4058265.
HSL color Cylindrical-coordinate representation of color #99EC3D: hue angle of 88.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99EC3D is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 61 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.07 |
| HSL | 88.46º | 0.82% | 0.58% | - |
| HSV(B) | 88.46º | 0.74% | 0.93% | - |
| XYZ | 43.97 | 67.1 | 15.05 | - |
| YUV | 191.23 | 54.5 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 61 | 0.35 | 0 | 0.74 | 0.07 | 88.46 | 0.82 | 0.58 |
| Hex | 99 | EC | 3D | 23 | 0 | 4A | 7 | 58 | 52 | 3A |
| Octal | 231 | 354 | 75 | 43 | 0 | 112 | 7 | 130 | 122 | 72 |
| Binary | 10011001 | 11101100 | 111101 | 100011 | 0 | 1001010 | 111 | 1011000 | 1010010 | 111010 |
Color Harmonies of #99EC3D
Complementary color
Monochromatic Colors of #99EC3D
Black with #99EC3D
Text Example
Text Example
White with #99EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EC3D; }
p { color: rgb(153,236,61); }
H1.HeaderClassName
{
color: #99EC3D;
}
.AnyTagClassName
{
color: #99EC3D;
}
</style>
background-color css
<style>
a { background-color: #99EC3D; }
a { background-color: rgb(153,236,61); }
div.DivClassName
{
background-color: #99EC3D;
}
.BgClassName
{
background-color: #99EC3D;
}
</style>
border-color css
<style>
span { border-color: #99EC3D; }
span { border-color: rgb(153,236,61); }
td.TdClassName
{
border-color: #99EC3D;
}
.TagClassName
{
border-color: #99EC3D;
}
</style>