Shades of Atlantis #93E151
Tints of Atlantis #93E151
RGB
CMYK
RGB Variations
Color information
#93E151 (or 0x93E151) is known color: Atlantis. HEX triplet: 93, E1 and 51. RGB value is (147,225,81). Sum of RGB (Red+Green+Blue) = 147+225+81=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #93E151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E151 is #6C1EAE. Grayscale: #B9B9B9. Windows color (decimal): -7085743 or 5366163. OLE color: 5366163.
HSL color Cylindrical-coordinate representation of color #93E151: hue angle of 92.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93E151 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 81 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.12 |
| HSL | 92.5º | 0.71% | 0.6% | - |
| HSV(B) | 92.5º | 0.64% | 0.88% | - |
| XYZ | 40.44 | 60.65 | 17.36 | - |
| YUV | 185.26 | 69.16 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 81 | 0.35 | 0 | 0.64 | 0.12 | 92.5 | 0.71 | 0.6 |
| Hex | 93 | E1 | 51 | 23 | 0 | 40 | C | 5C | 47 | 3C |
| Octal | 223 | 341 | 121 | 43 | 0 | 100 | 14 | 134 | 107 | 74 |
| Binary | 10010011 | 11100001 | 1010001 | 100011 | 0 | 1000000 | 1100 | 1011100 | 1000111 | 111100 |
Color Harmonies of #93E151
Complementary color
Monochromatic Colors of #93E151
Black with #93E151
Text Example
Text Example
White with #93E151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E151; }
p { color: rgb(147,225,81); }
H1.HeaderClassName
{
color: #93E151;
}
.AnyTagClassName
{
color: #93E151;
}
</style>
background-color css
<style>
a { background-color: #93E151; }
a { background-color: rgb(147,225,81); }
div.DivClassName
{
background-color: #93E151;
}
.BgClassName
{
background-color: #93E151;
}
</style>
border-color css
<style>
span { border-color: #93E151; }
span { border-color: rgb(147,225,81); }
td.TdClassName
{
border-color: #93E151;
}
.TagClassName
{
border-color: #93E151;
}
</style>