Shades of Atlantis #93C852
Tints of Atlantis #93C852
RGB
CMYK
RGB Variations
Color information
#93C852 (or 0x93C852) is known color: Atlantis. HEX triplet: 93, C8 and 52. RGB value is (147,200,82). Sum of RGB (Red+Green+Blue) = 147+200+82=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #93C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C852 is #6C37AD. Grayscale: #ABABAB. Windows color (decimal): -7092142 or 5425299. OLE color: 5425299.
HSL color Cylindrical-coordinate representation of color #93C852: hue angle of 86.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93C852 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 82 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.22 |
| HSL | 86.95º | 0.52% | 0.55% | - |
| HSV(B) | 86.95º | 0.59% | 0.78% | - |
| XYZ | 34.21 | 48.12 | 15.47 | - |
| YUV | 170.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 82 | 0.26 | 0 | 0.59 | 0.22 | 86.95 | 0.52 | 0.55 |
| Hex | 93 | C8 | 52 | 1A | 0 | 3B | 16 | 57 | 34 | 37 |
| Octal | 223 | 310 | 122 | 32 | 0 | 73 | 26 | 127 | 64 | 67 |
| Binary | 10010011 | 11001000 | 1010010 | 11010 | 0 | 111011 | 10110 | 1010111 | 110100 | 110111 |
Color Harmonies of #93C852
Complementary color
Monochromatic Colors of #93C852
Black with #93C852
Text Example
Text Example
White with #93C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C852; }
p { color: rgb(147,200,82); }
H1.HeaderClassName
{
color: #93C852;
}
.AnyTagClassName
{
color: #93C852;
}
</style>
background-color css
<style>
a { background-color: #93C852; }
a { background-color: rgb(147,200,82); }
div.DivClassName
{
background-color: #93C852;
}
.BgClassName
{
background-color: #93C852;
}
</style>
border-color css
<style>
span { border-color: #93C852; }
span { border-color: rgb(147,200,82); }
td.TdClassName
{
border-color: #93C852;
}
.TagClassName
{
border-color: #93C852;
}
</style>