Shades of Atlantis #93C14D
Tints of Atlantis #93C14D
RGB
CMYK
RGB Variations
Color information
#93C14D (or 0x93C14D) is known color: Atlantis. HEX triplet: 93, C1 and 4D. RGB value is (147,193,77). Sum of RGB (Red+Green+Blue) = 147+193+77=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #93C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C14D is #6C3EB2. Grayscale: #A6A6A6. Windows color (decimal): -7093939 or 5095827. OLE color: 5095827.
HSL color Cylindrical-coordinate representation of color #93C14D: hue angle of 83.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93C14D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 77 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.24 |
| HSL | 83.79º | 0.48% | 0.53% | - |
| HSV(B) | 83.79º | 0.6% | 0.76% | - |
| XYZ | 32.44 | 44.88 | 13.97 | - |
| YUV | 166.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 77 | 0.24 | 0 | 0.60 | 0.24 | 83.79 | 0.48 | 0.53 |
| Hex | 93 | C1 | 4D | 18 | 0 | 3C | 18 | 54 | 30 | 35 |
| Octal | 223 | 301 | 115 | 30 | 0 | 74 | 30 | 124 | 60 | 65 |
| Binary | 10010011 | 11000001 | 1001101 | 11000 | 0 | 111100 | 11000 | 1010100 | 110000 | 110101 |
Color Harmonies of #93C14D
Complementary color
Monochromatic Colors of #93C14D
Black with #93C14D
Text Example
Text Example
White with #93C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C14D; }
p { color: rgb(147,193,77); }
H1.HeaderClassName
{
color: #93C14D;
}
.AnyTagClassName
{
color: #93C14D;
}
</style>
background-color css
<style>
a { background-color: #93C14D; }
a { background-color: rgb(147,193,77); }
div.DivClassName
{
background-color: #93C14D;
}
.BgClassName
{
background-color: #93C14D;
}
</style>
border-color css
<style>
span { border-color: #93C14D; }
span { border-color: rgb(147,193,77); }
td.TdClassName
{
border-color: #93C14D;
}
.TagClassName
{
border-color: #93C14D;
}
</style>