Shades of Atlantis #93D150
Tints of Atlantis #93D150
RGB
CMYK
RGB Variations
Color information
#93D150 (or 0x93D150) is known color: Atlantis. HEX triplet: 93, D1 and 50. RGB value is (147,209,80). Sum of RGB (Red+Green+Blue) = 147+209+80=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #93D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D150 is #6C2EAF. Grayscale: #B0B0B0. Windows color (decimal): -7089840 or 5296531. OLE color: 5296531.
HSL color Cylindrical-coordinate representation of color #93D150: hue angle of 88.84º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93D150 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 80 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.18 |
| HSL | 88.84º | 0.58% | 0.57% | - |
| HSV(B) | 88.84º | 0.62% | 0.82% | - |
| XYZ | 36.28 | 52.38 | 15.79 | - |
| YUV | 175.76 | 73.96 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 80 | 0.30 | 0 | 0.62 | 0.18 | 88.84 | 0.58 | 0.57 |
| Hex | 93 | D1 | 50 | 1E | 0 | 3E | 12 | 59 | 3A | 39 |
| Octal | 223 | 321 | 120 | 36 | 0 | 76 | 22 | 131 | 72 | 71 |
| Binary | 10010011 | 11010001 | 1010000 | 11110 | 0 | 111110 | 10010 | 1011001 | 111010 | 111001 |
Color Harmonies of #93D150
Complementary color
Monochromatic Colors of #93D150
Black with #93D150
Text Example
Text Example
White with #93D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D150; }
p { color: rgb(147,209,80); }
H1.HeaderClassName
{
color: #93D150;
}
.AnyTagClassName
{
color: #93D150;
}
</style>
background-color css
<style>
a { background-color: #93D150; }
a { background-color: rgb(147,209,80); }
div.DivClassName
{
background-color: #93D150;
}
.BgClassName
{
background-color: #93D150;
}
</style>
border-color css
<style>
span { border-color: #93D150; }
span { border-color: rgb(147,209,80); }
td.TdClassName
{
border-color: #93D150;
}
.TagClassName
{
border-color: #93D150;
}
</style>