Shades of Atlantis #93B745
Tints of Atlantis #93B745
RGB
CMYK
RGB Variations
Color information
#93B745 (or 0x93B745) is known color: Atlantis. HEX triplet: 93, B7 and 45. RGB value is (147,183,69). Sum of RGB (Red+Green+Blue) = 147+183+69=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #93B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B745 is #6C48BA. Grayscale: #9F9F9F. Windows color (decimal): -7096507 or 4568979. OLE color: 4568979.
HSL color Cylindrical-coordinate representation of color #93B745: hue angle of 78.95º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93B745 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 183 | 69 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.28 |
| HSL | 78.95º | 0.45% | 0.49% | - |
| HSV(B) | 78.95º | 0.62% | 0.72% | - |
| XYZ | 30.04 | 40.5 | 11.86 | - |
| YUV | 159.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 69 | 0.20 | 0 | 0.62 | 0.28 | 78.95 | 0.45 | 0.49 |
| Hex | 93 | B7 | 45 | 14 | 0 | 3E | 1C | 4F | 2D | 31 |
| Octal | 223 | 267 | 105 | 24 | 0 | 76 | 34 | 117 | 55 | 61 |
| Binary | 10010011 | 10110111 | 1000101 | 10100 | 0 | 111110 | 11100 | 1001111 | 101101 | 110001 |
Color Harmonies of #93B745
Complementary color
Monochromatic Colors of #93B745
Black with #93B745
Text Example
Text Example
White with #93B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B745; }
p { color: rgb(147,183,69); }
H1.HeaderClassName
{
color: #93B745;
}
.AnyTagClassName
{
color: #93B745;
}
</style>
background-color css
<style>
a { background-color: #93B745; }
a { background-color: rgb(147,183,69); }
div.DivClassName
{
background-color: #93B745;
}
.BgClassName
{
background-color: #93B745;
}
</style>
border-color css
<style>
span { border-color: #93B745; }
span { border-color: rgb(147,183,69); }
td.TdClassName
{
border-color: #93B745;
}
.TagClassName
{
border-color: #93B745;
}
</style>