Shades of Atlantis #93E834
Tints of Atlantis #93E834
RGB
CMYK
RGB Variations
Color information
#93E834 (or 0x93E834) is known color: Atlantis. HEX triplet: 93, E8 and 34. RGB value is (147,232,52). Sum of RGB (Red+Green+Blue) = 147+232+52=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 232 (91.02% from 255 or 53.83% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 232 - color contains mainly: green. Hex color #93E834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #93E834 is #6C17CB. Grayscale: #BABABA. Windows color (decimal): -7083980 or 3467411. OLE color: 3467411.
HSL color Cylindrical-coordinate representation of color #93E834: hue angle of 88.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93E834 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 52 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.09 |
| HSL | 88.33º | 0.8% | 0.56% | - |
| HSV(B) | 88.33º | 0.78% | 0.91% | - |
| XYZ | 41.51 | 64.16 | 13.45 | - |
| YUV | 186.07 | 52.34 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 52 | 0.37 | 0 | 0.78 | 0.09 | 88.33 | 0.8 | 0.56 |
| Hex | 93 | E8 | 34 | 25 | 0 | 4E | 9 | 58 | 50 | 38 |
| Octal | 223 | 350 | 64 | 45 | 0 | 116 | 11 | 130 | 120 | 70 |
| Binary | 10010011 | 11101000 | 110100 | 100101 | 0 | 1001110 | 1001 | 1011000 | 1010000 | 111000 |
Color Harmonies of #93E834
Complementary color
Monochromatic Colors of #93E834
Black with #93E834
Text Example
Text Example
White with #93E834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E834; }
p { color: rgb(147,232,52); }
H1.HeaderClassName
{
color: #93E834;
}
.AnyTagClassName
{
color: #93E834;
}
</style>
background-color css
<style>
a { background-color: #93E834; }
a { background-color: rgb(147,232,52); }
div.DivClassName
{
background-color: #93E834;
}
.BgClassName
{
background-color: #93E834;
}
</style>
border-color css
<style>
span { border-color: #93E834; }
span { border-color: rgb(147,232,52); }
td.TdClassName
{
border-color: #93E834;
}
.TagClassName
{
border-color: #93E834;
}
</style>