Shades of Atlantis #93E147
Tints of Atlantis #93E147
RGB
CMYK
RGB Variations
Color information
#93E147 (or 0x93E147) is known color: Atlantis. HEX triplet: 93, E1 and 47. RGB value is (147,225,71). Sum of RGB (Red+Green+Blue) = 147+225+71=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #93E147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93E147 is #6C1EB8. Grayscale: #B8B8B8. Windows color (decimal): -7085753 or 4710803. OLE color: 4710803.
HSL color Cylindrical-coordinate representation of color #93E147: hue angle of 90.39º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93E147 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 71 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.12 |
| HSL | 90.39º | 0.72% | 0.58% | - |
| HSV(B) | 90.39º | 0.68% | 0.88% | - |
| XYZ | 40.1 | 60.51 | 15.53 | - |
| YUV | 184.12 | 64.16 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 71 | 0.35 | 0 | 0.68 | 0.12 | 90.39 | 0.72 | 0.58 |
| Hex | 93 | E1 | 47 | 23 | 0 | 44 | C | 5A | 48 | 3A |
| Octal | 223 | 341 | 107 | 43 | 0 | 104 | 14 | 132 | 110 | 72 |
| Binary | 10010011 | 11100001 | 1000111 | 100011 | 0 | 1000100 | 1100 | 1011010 | 1001000 | 111010 |
Color Harmonies of #93E147
Complementary color
Monochromatic Colors of #93E147
Black with #93E147
Text Example
Text Example
White with #93E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E147; }
p { color: rgb(147,225,71); }
H1.HeaderClassName
{
color: #93E147;
}
.AnyTagClassName
{
color: #93E147;
}
</style>
background-color css
<style>
a { background-color: #93E147; }
a { background-color: rgb(147,225,71); }
div.DivClassName
{
background-color: #93E147;
}
.BgClassName
{
background-color: #93E147;
}
</style>
border-color css
<style>
span { border-color: #93E147; }
span { border-color: rgb(147,225,71); }
td.TdClassName
{
border-color: #93E147;
}
.TagClassName
{
border-color: #93E147;
}
</style>