Shades of Atlantis #93C347
Tints of Atlantis #93C347
RGB
CMYK
RGB Variations
Color information
#93C347 (or 0x93C347) is known color: Atlantis. HEX triplet: 93, C3 and 47. RGB value is (147,195,71). Sum of RGB (Red+Green+Blue) = 147+195+71=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #93C347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C347 is #6C3CB8. Grayscale: #A6A6A6. Windows color (decimal): -7093433 or 4703123. OLE color: 4703123.
HSL color Cylindrical-coordinate representation of color #93C347: hue angle of 83.23º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93C347 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 71 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.24 |
| HSL | 83.23º | 0.51% | 0.52% | - |
| HSV(B) | 83.23º | 0.64% | 0.76% | - |
| XYZ | 32.69 | 45.69 | 13.06 | - |
| YUV | 166.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 71 | 0.25 | 0 | 0.64 | 0.24 | 83.23 | 0.51 | 0.52 |
| Hex | 93 | C3 | 47 | 19 | 0 | 40 | 18 | 53 | 33 | 34 |
| Octal | 223 | 303 | 107 | 31 | 0 | 100 | 30 | 123 | 63 | 64 |
| Binary | 10010011 | 11000011 | 1000111 | 11001 | 0 | 1000000 | 11000 | 1010011 | 110011 | 110100 |
Color Harmonies of #93C347
Complementary color
Monochromatic Colors of #93C347
Black with #93C347
Text Example
Text Example
White with #93C347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C347; }
p { color: rgb(147,195,71); }
H1.HeaderClassName
{
color: #93C347;
}
.AnyTagClassName
{
color: #93C347;
}
</style>
background-color css
<style>
a { background-color: #93C347; }
a { background-color: rgb(147,195,71); }
div.DivClassName
{
background-color: #93C347;
}
.BgClassName
{
background-color: #93C347;
}
</style>
border-color css
<style>
span { border-color: #93C347; }
span { border-color: rgb(147,195,71); }
td.TdClassName
{
border-color: #93C347;
}
.TagClassName
{
border-color: #93C347;
}
</style>