Shades of Atlantis #93E14E
Tints of Atlantis #93E14E
RGB
CMYK
RGB Variations
Color information
#93E14E (or 0x93E14E) is known color: Atlantis. HEX triplet: 93, E1 and 4E. RGB value is (147,225,78). Sum of RGB (Red+Green+Blue) = 147+225+78=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #93E14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93E14E is #6C1EB1. Grayscale: #B9B9B9. Windows color (decimal): -7085746 or 5169555. OLE color: 5169555.
HSL color Cylindrical-coordinate representation of color #93E14E: hue angle of 91.84º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93E14E is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 78 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.12 |
| HSL | 91.84º | 0.71% | 0.59% | - |
| HSV(B) | 91.84º | 0.65% | 0.88% | - |
| XYZ | 40.33 | 60.6 | 16.78 | - |
| YUV | 184.92 | 67.66 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 78 | 0.35 | 0 | 0.65 | 0.12 | 91.84 | 0.71 | 0.59 |
| Hex | 93 | E1 | 4E | 23 | 0 | 41 | C | 5C | 47 | 3B |
| Octal | 223 | 341 | 116 | 43 | 0 | 101 | 14 | 134 | 107 | 73 |
| Binary | 10010011 | 11100001 | 1001110 | 100011 | 0 | 1000001 | 1100 | 1011100 | 1000111 | 111011 |
Color Harmonies of #93E14E
Complementary color
Monochromatic Colors of #93E14E
Black with #93E14E
Text Example
Text Example
White with #93E14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E14E; }
p { color: rgb(147,225,78); }
H1.HeaderClassName
{
color: #93E14E;
}
.AnyTagClassName
{
color: #93E14E;
}
</style>
background-color css
<style>
a { background-color: #93E14E; }
a { background-color: rgb(147,225,78); }
div.DivClassName
{
background-color: #93E14E;
}
.BgClassName
{
background-color: #93E14E;
}
</style>
border-color css
<style>
span { border-color: #93E14E; }
span { border-color: rgb(147,225,78); }
td.TdClassName
{
border-color: #93E14E;
}
.TagClassName
{
border-color: #93E14E;
}
</style>