Shades of Atlantis #93C140
Tints of Atlantis #93C140
RGB
CMYK
RGB Variations
Color information
#93C140 (or 0x93C140) is known color: Atlantis. HEX triplet: 93, C1 and 40. RGB value is (147,193,64). Sum of RGB (Red+Green+Blue) = 147+193+64=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #93C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C140 is #6C3EBF. Grayscale: #A5A5A5. Windows color (decimal): -7093952 or 4243859. OLE color: 4243859.
HSL color Cylindrical-coordinate representation of color #93C140: hue angle of 81.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93C140 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 64 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.24 |
| HSL | 81.4º | 0.51% | 0.5% | - |
| HSV(B) | 81.4º | 0.67% | 0.76% | - |
| XYZ | 32.03 | 44.71 | 11.79 | - |
| YUV | 164.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 64 | 0.24 | 0 | 0.67 | 0.24 | 81.4 | 0.51 | 0.5 |
| Hex | 93 | C1 | 40 | 18 | 0 | 43 | 18 | 51 | 33 | 32 |
| Octal | 223 | 301 | 100 | 30 | 0 | 103 | 30 | 121 | 63 | 62 |
| Binary | 10010011 | 11000001 | 1000000 | 11000 | 0 | 1000011 | 11000 | 1010001 | 110011 | 110010 |
Color Harmonies of #93C140
Complementary color
Monochromatic Colors of #93C140
Black with #93C140
Text Example
Text Example
White with #93C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C140; }
p { color: rgb(147,193,64); }
H1.HeaderClassName
{
color: #93C140;
}
.AnyTagClassName
{
color: #93C140;
}
</style>
background-color css
<style>
a { background-color: #93C140; }
a { background-color: rgb(147,193,64); }
div.DivClassName
{
background-color: #93C140;
}
.BgClassName
{
background-color: #93C140;
}
</style>
border-color css
<style>
span { border-color: #93C140; }
span { border-color: rgb(147,193,64); }
td.TdClassName
{
border-color: #93C140;
}
.TagClassName
{
border-color: #93C140;
}
</style>