Shades of Atlantis #93E346
Tints of Atlantis #93E346
RGB
CMYK
RGB Variations
Color information
#93E346 (or 0x93E346) is known color: Atlantis. HEX triplet: 93, E3 and 46. RGB value is (147,227,70). Sum of RGB (Red+Green+Blue) = 147+227+70=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #93E346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93E346 is #6C1CB9. Grayscale: #B9B9B9. Windows color (decimal): -7085242 or 4645779. OLE color: 4645779.
HSL color Cylindrical-coordinate representation of color #93E346: hue angle of 90.57º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93E346 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 227 | 70 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.11 |
| HSL | 90.57º | 0.74% | 0.58% | - |
| HSV(B) | 90.57º | 0.69% | 0.89% | - |
| XYZ | 40.61 | 61.58 | 15.54 | - |
| YUV | 185.18 | 63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 227 | 70 | 0.35 | 0 | 0.69 | 0.11 | 90.57 | 0.74 | 0.58 |
| Hex | 93 | E3 | 46 | 23 | 0 | 45 | B | 5B | 4A | 3A |
| Octal | 223 | 343 | 106 | 43 | 0 | 105 | 13 | 133 | 112 | 72 |
| Binary | 10010011 | 11100011 | 1000110 | 100011 | 0 | 1000101 | 1011 | 1011011 | 1001010 | 111010 |
Color Harmonies of #93E346
Complementary color
Monochromatic Colors of #93E346
Black with #93E346
Text Example
Text Example
White with #93E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E346; }
p { color: rgb(147,227,70); }
H1.HeaderClassName
{
color: #93E346;
}
.AnyTagClassName
{
color: #93E346;
}
</style>
background-color css
<style>
a { background-color: #93E346; }
a { background-color: rgb(147,227,70); }
div.DivClassName
{
background-color: #93E346;
}
.BgClassName
{
background-color: #93E346;
}
</style>
border-color css
<style>
span { border-color: #93E346; }
span { border-color: rgb(147,227,70); }
td.TdClassName
{
border-color: #93E346;
}
.TagClassName
{
border-color: #93E346;
}
</style>