Shades of Atlantis #93C147
Tints of Atlantis #93C147
RGB
CMYK
RGB Variations
Color information
#93C147 (or 0x93C147) is known color: Atlantis. HEX triplet: 93, C1 and 47. RGB value is (147,193,71). Sum of RGB (Red+Green+Blue) = 147+193+71=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #93C147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C147 is #6C3EB8. Grayscale: #A5A5A5. Windows color (decimal): -7093945 or 4702611. OLE color: 4702611.
HSL color Cylindrical-coordinate representation of color #93C147: hue angle of 82.62º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93C147 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 71 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.24 |
| HSL | 82.62º | 0.5% | 0.52% | - |
| HSV(B) | 82.62º | 0.63% | 0.76% | - |
| XYZ | 32.24 | 44.8 | 12.91 | - |
| YUV | 165.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 71 | 0.24 | 0 | 0.63 | 0.24 | 82.62 | 0.5 | 0.52 |
| Hex | 93 | C1 | 47 | 18 | 0 | 3F | 18 | 53 | 32 | 34 |
| Octal | 223 | 301 | 107 | 30 | 0 | 77 | 30 | 123 | 62 | 64 |
| Binary | 10010011 | 11000001 | 1000111 | 11000 | 0 | 111111 | 11000 | 1010011 | 110010 | 110100 |
Color Harmonies of #93C147
Complementary color
Monochromatic Colors of #93C147
Black with #93C147
Text Example
Text Example
White with #93C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C147; }
p { color: rgb(147,193,71); }
H1.HeaderClassName
{
color: #93C147;
}
.AnyTagClassName
{
color: #93C147;
}
</style>
background-color css
<style>
a { background-color: #93C147; }
a { background-color: rgb(147,193,71); }
div.DivClassName
{
background-color: #93C147;
}
.BgClassName
{
background-color: #93C147;
}
</style>
border-color css
<style>
span { border-color: #93C147; }
span { border-color: rgb(147,193,71); }
td.TdClassName
{
border-color: #93C147;
}
.TagClassName
{
border-color: #93C147;
}
</style>