Shades of Atlantis #93C546
Tints of Atlantis #93C546
RGB
CMYK
RGB Variations
Color information
#93C546 (or 0x93C546) is known color: Atlantis. HEX triplet: 93, C5 and 46. RGB value is (147,197,70). Sum of RGB (Red+Green+Blue) = 147+197+70=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #93C546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C546 is #6C3AB9. Grayscale: #A8A8A8. Windows color (decimal): -7092922 or 4638099. OLE color: 4638099.
HSL color Cylindrical-coordinate representation of color #93C546: hue angle of 83.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93C546 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 70 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.23 |
| HSL | 83.62º | 0.52% | 0.52% | - |
| HSV(B) | 83.62º | 0.64% | 0.77% | - |
| XYZ | 33.1 | 46.58 | 13.04 | - |
| YUV | 167.57 | 72.94 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 70 | 0.25 | 0 | 0.64 | 0.23 | 83.62 | 0.52 | 0.52 |
| Hex | 93 | C5 | 46 | 19 | 0 | 40 | 17 | 54 | 34 | 34 |
| Octal | 223 | 305 | 106 | 31 | 0 | 100 | 27 | 124 | 64 | 64 |
| Binary | 10010011 | 11000101 | 1000110 | 11001 | 0 | 1000000 | 10111 | 1010100 | 110100 | 110100 |
Color Harmonies of #93C546
Complementary color
Monochromatic Colors of #93C546
Black with #93C546
Text Example
Text Example
White with #93C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C546; }
p { color: rgb(147,197,70); }
H1.HeaderClassName
{
color: #93C546;
}
.AnyTagClassName
{
color: #93C546;
}
</style>
background-color css
<style>
a { background-color: #93C546; }
a { background-color: rgb(147,197,70); }
div.DivClassName
{
background-color: #93C546;
}
.BgClassName
{
background-color: #93C546;
}
</style>
border-color css
<style>
span { border-color: #93C546; }
span { border-color: rgb(147,197,70); }
td.TdClassName
{
border-color: #93C546;
}
.TagClassName
{
border-color: #93C546;
}
</style>