Shades of Atlantis #93E343
Tints of Atlantis #93E343
RGB
CMYK
RGB Variations
Color information
#93E343 (or 0x93E343) is known color: Atlantis. HEX triplet: 93, E3 and 43. RGB value is (147,227,67). Sum of RGB (Red+Green+Blue) = 147+227+67=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #93E343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93E343 is #6C1CBC. Grayscale: #B9B9B9. Windows color (decimal): -7085245 or 4449171. OLE color: 4449171.
HSL color Cylindrical-coordinate representation of color #93E343: hue angle of 90º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93E343 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 227 | 67 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.11 |
| HSL | 90º | 0.74% | 0.58% | - |
| HSV(B) | 90º | 0.7% | 0.89% | - |
| XYZ | 40.51 | 61.55 | 15.05 | - |
| YUV | 184.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 227 | 67 | 0.35 | 0 | 0.70 | 0.11 | 90 | 0.74 | 0.58 |
| Hex | 93 | E3 | 43 | 23 | 0 | 46 | B | 5A | 4A | 3A |
| Octal | 223 | 343 | 103 | 43 | 0 | 106 | 13 | 132 | 112 | 72 |
| Binary | 10010011 | 11100011 | 1000011 | 100011 | 0 | 1000110 | 1011 | 1011010 | 1001010 | 111010 |
Color Harmonies of #93E343
Complementary color
Monochromatic Colors of #93E343
Black with #93E343
Text Example
Text Example
White with #93E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E343; }
p { color: rgb(147,227,67); }
H1.HeaderClassName
{
color: #93E343;
}
.AnyTagClassName
{
color: #93E343;
}
</style>
background-color css
<style>
a { background-color: #93E343; }
a { background-color: rgb(147,227,67); }
div.DivClassName
{
background-color: #93E343;
}
.BgClassName
{
background-color: #93E343;
}
</style>
border-color css
<style>
span { border-color: #93E343; }
span { border-color: rgb(147,227,67); }
td.TdClassName
{
border-color: #93E343;
}
.TagClassName
{
border-color: #93E343;
}
</style>