Shades of Atlantis #93D93A
Tints of Atlantis #93D93A
RGB
CMYK
RGB Variations
Color information
#93D93A (or 0x93D93A) is known color: Atlantis. HEX triplet: 93, D9 and 3A. RGB value is (147,217,58). Sum of RGB (Red+Green+Blue) = 147+217+58=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #93D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D93A is #6C26C5. Grayscale: #B2B2B2. Windows color (decimal): -7087814 or 3856787. OLE color: 3856787.
HSL color Cylindrical-coordinate representation of color #93D93A: hue angle of 86.42º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93D93A is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 58 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.15 |
| HSL | 86.42º | 0.68% | 0.54% | - |
| HSV(B) | 86.42º | 0.73% | 0.85% | - |
| XYZ | 37.61 | 56.13 | 12.86 | - |
| YUV | 177.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 58 | 0.32 | 0 | 0.73 | 0.15 | 86.42 | 0.68 | 0.54 |
| Hex | 93 | D9 | 3A | 20 | 0 | 49 | F | 56 | 44 | 36 |
| Octal | 223 | 331 | 72 | 40 | 0 | 111 | 17 | 126 | 104 | 66 |
| Binary | 10010011 | 11011001 | 111010 | 100000 | 0 | 1001001 | 1111 | 1010110 | 1000100 | 110110 |
Color Harmonies of #93D93A
Complementary color
Monochromatic Colors of #93D93A
Black with #93D93A
Text Example
Text Example
White with #93D93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D93A; }
p { color: rgb(147,217,58); }
H1.HeaderClassName
{
color: #93D93A;
}
.AnyTagClassName
{
color: #93D93A;
}
</style>
background-color css
<style>
a { background-color: #93D93A; }
a { background-color: rgb(147,217,58); }
div.DivClassName
{
background-color: #93D93A;
}
.BgClassName
{
background-color: #93D93A;
}
</style>
border-color css
<style>
span { border-color: #93D93A; }
span { border-color: rgb(147,217,58); }
td.TdClassName
{
border-color: #93D93A;
}
.TagClassName
{
border-color: #93D93A;
}
</style>