Shades of Atlantis #93BA46
Tints of Atlantis #93BA46
RGB
CMYK
RGB Variations
Color information
#93BA46 (or 0x93BA46) is known color: Atlantis. HEX triplet: 93, BA and 46. RGB value is (147,186,70). Sum of RGB (Red+Green+Blue) = 147+186+70=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93BA46 is #6C45B9. Grayscale: #A1A1A1. Windows color (decimal): -7095738 or 4635283. OLE color: 4635283.
HSL color Cylindrical-coordinate representation of color #93BA46: hue angle of 80.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93BA46 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 70 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.27 |
| HSL | 80.17º | 0.46% | 0.5% | - |
| HSV(B) | 80.17º | 0.62% | 0.73% | - |
| XYZ | 30.7 | 41.76 | 12.24 | - |
| YUV | 161.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 70 | 0.21 | 0 | 0.62 | 0.27 | 80.17 | 0.46 | 0.5 |
| Hex | 93 | BA | 46 | 15 | 0 | 3E | 1B | 50 | 2E | 32 |
| Octal | 223 | 272 | 106 | 25 | 0 | 76 | 33 | 120 | 56 | 62 |
| Binary | 10010011 | 10111010 | 1000110 | 10101 | 0 | 111110 | 11011 | 1010000 | 101110 | 110010 |
Color Harmonies of #93BA46
Complementary color
Monochromatic Colors of #93BA46
Black with #93BA46
Text Example
Text Example
White with #93BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA46; }
p { color: rgb(147,186,70); }
H1.HeaderClassName
{
color: #93BA46;
}
.AnyTagClassName
{
color: #93BA46;
}
</style>
background-color css
<style>
a { background-color: #93BA46; }
a { background-color: rgb(147,186,70); }
div.DivClassName
{
background-color: #93BA46;
}
.BgClassName
{
background-color: #93BA46;
}
</style>
border-color css
<style>
span { border-color: #93BA46; }
span { border-color: rgb(147,186,70); }
td.TdClassName
{
border-color: #93BA46;
}
.TagClassName
{
border-color: #93BA46;
}
</style>