Shades of Atlantis #93EA3A
Tints of Atlantis #93EA3A
RGB
CMYK
RGB Variations
Color information
#93EA3A (or 0x93EA3A) is known color: Atlantis. HEX triplet: 93, EA and 3A. RGB value is (147,234,58). Sum of RGB (Red+Green+Blue) = 147+234+58=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93EA3A is #6C15C5. Grayscale: #BCBCBC. Windows color (decimal): -7083462 or 3861139. OLE color: 3861139.
HSL color Cylindrical-coordinate representation of color #93EA3A: hue angle of 89.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93EA3A is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 58 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.08 |
| HSL | 89.66º | 0.81% | 0.57% | - |
| HSV(B) | 89.66º | 0.75% | 0.92% | - |
| XYZ | 42.22 | 65.35 | 14.39 | - |
| YUV | 187.92 | 54.68 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 58 | 0.37 | 0 | 0.75 | 0.08 | 89.66 | 0.81 | 0.57 |
| Hex | 93 | EA | 3A | 25 | 0 | 4B | 8 | 5A | 51 | 39 |
| Octal | 223 | 352 | 72 | 45 | 0 | 113 | 10 | 132 | 121 | 71 |
| Binary | 10010011 | 11101010 | 111010 | 100101 | 0 | 1001011 | 1000 | 1011010 | 1010001 | 111001 |
Color Harmonies of #93EA3A
Complementary color
Monochromatic Colors of #93EA3A
Black with #93EA3A
Text Example
Text Example
White with #93EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EA3A; }
p { color: rgb(147,234,58); }
H1.HeaderClassName
{
color: #93EA3A;
}
.AnyTagClassName
{
color: #93EA3A;
}
</style>
background-color css
<style>
a { background-color: #93EA3A; }
a { background-color: rgb(147,234,58); }
div.DivClassName
{
background-color: #93EA3A;
}
.BgClassName
{
background-color: #93EA3A;
}
</style>
border-color css
<style>
span { border-color: #93EA3A; }
span { border-color: rgb(147,234,58); }
td.TdClassName
{
border-color: #93EA3A;
}
.TagClassName
{
border-color: #93EA3A;
}
</style>