Shades of Atlantis #93D149
Tints of Atlantis #93D149
RGB
CMYK
RGB Variations
Color information
#93D149 (or 0x93D149) is known color: Atlantis. HEX triplet: 93, D1 and 49. RGB value is (147,209,73). Sum of RGB (Red+Green+Blue) = 147+209+73=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #93D149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D149 is #6C2EB6. Grayscale: #AFAFAF. Windows color (decimal): -7089847 or 4837779. OLE color: 4837779.
HSL color Cylindrical-coordinate representation of color #93D149: hue angle of 87.35º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93D149 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 73 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.18 |
| HSL | 87.35º | 0.6% | 0.55% | - |
| HSV(B) | 87.35º | 0.65% | 0.82% | - |
| XYZ | 36.04 | 52.29 | 14.5 | - |
| YUV | 174.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 73 | 0.30 | 0 | 0.65 | 0.18 | 87.35 | 0.6 | 0.55 |
| Hex | 93 | D1 | 49 | 1E | 0 | 41 | 12 | 57 | 3C | 37 |
| Octal | 223 | 321 | 111 | 36 | 0 | 101 | 22 | 127 | 74 | 67 |
| Binary | 10010011 | 11010001 | 1001001 | 11110 | 0 | 1000001 | 10010 | 1010111 | 111100 | 110111 |
Color Harmonies of #93D149
Complementary color
Monochromatic Colors of #93D149
Black with #93D149
Text Example
Text Example
White with #93D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D149; }
p { color: rgb(147,209,73); }
H1.HeaderClassName
{
color: #93D149;
}
.AnyTagClassName
{
color: #93D149;
}
</style>
background-color css
<style>
a { background-color: #93D149; }
a { background-color: rgb(147,209,73); }
div.DivClassName
{
background-color: #93D149;
}
.BgClassName
{
background-color: #93D149;
}
</style>
border-color css
<style>
span { border-color: #93D149; }
span { border-color: rgb(147,209,73); }
td.TdClassName
{
border-color: #93D149;
}
.TagClassName
{
border-color: #93D149;
}
</style>