Shades of Atlantis #93EC3F
Tints of Atlantis #93EC3F
RGB
CMYK
RGB Variations
Color information
#93EC3F (or 0x93EC3F) is known color: Atlantis. HEX triplet: 93, EC and 3F. RGB value is (147,236,63). Sum of RGB (Red+Green+Blue) = 147+236+63=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EC3F is #6C13C0. Grayscale: #BEBEBE. Windows color (decimal): -7082945 or 4189331. OLE color: 4189331.
HSL color Cylindrical-coordinate representation of color #93EC3F: hue angle of 90.87º 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 #93EC3F is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 63 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.07 |
| HSL | 90.87º | 0.82% | 0.59% | - |
| HSV(B) | 90.87º | 0.73% | 0.93% | - |
| XYZ | 42.93 | 66.55 | 15.29 | - |
| YUV | 189.67 | 56.51 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 63 | 0.38 | 0 | 0.73 | 0.07 | 90.87 | 0.82 | 0.59 |
| Hex | 93 | EC | 3F | 26 | 0 | 49 | 7 | 5B | 52 | 3B |
| Octal | 223 | 354 | 77 | 46 | 0 | 111 | 7 | 133 | 122 | 73 |
| Binary | 10010011 | 11101100 | 111111 | 100110 | 0 | 1001001 | 111 | 1011011 | 1010010 | 111011 |
Color Harmonies of #93EC3F
Complementary color
Monochromatic Colors of #93EC3F
Black with #93EC3F
Text Example
Text Example
White with #93EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC3F; }
p { color: rgb(147,236,63); }
H1.HeaderClassName
{
color: #93EC3F;
}
.AnyTagClassName
{
color: #93EC3F;
}
</style>
background-color css
<style>
a { background-color: #93EC3F; }
a { background-color: rgb(147,236,63); }
div.DivClassName
{
background-color: #93EC3F;
}
.BgClassName
{
background-color: #93EC3F;
}
</style>
border-color css
<style>
span { border-color: #93EC3F; }
span { border-color: rgb(147,236,63); }
td.TdClassName
{
border-color: #93EC3F;
}
.TagClassName
{
border-color: #93EC3F;
}
</style>