Shades of Atlantis #93C243
Tints of Atlantis #93C243
RGB
CMYK
RGB Variations
Color information
#93C243 (or 0x93C243) is known color: Atlantis. HEX triplet: 93, C2 and 43. RGB value is (147,194,67). Sum of RGB (Red+Green+Blue) = 147+194+67=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #93C243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C243 is #6C3DBC. Grayscale: #A5A5A5. Windows color (decimal): -7093693 or 4440723. OLE color: 4440723.
HSL color Cylindrical-coordinate representation of color #93C243: hue angle of 82.2º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93C243 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 67 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.24 |
| HSL | 82.2º | 0.51% | 0.51% | - |
| HSV(B) | 82.2º | 0.65% | 0.76% | - |
| XYZ | 32.34 | 45.19 | 12.33 | - |
| YUV | 165.47 | 72.43 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 67 | 0.24 | 0 | 0.65 | 0.24 | 82.2 | 0.51 | 0.51 |
| Hex | 93 | C2 | 43 | 18 | 0 | 41 | 18 | 52 | 33 | 33 |
| Octal | 223 | 302 | 103 | 30 | 0 | 101 | 30 | 122 | 63 | 63 |
| Binary | 10010011 | 11000010 | 1000011 | 11000 | 0 | 1000001 | 11000 | 1010010 | 110011 | 110011 |
Color Harmonies of #93C243
Complementary color
Monochromatic Colors of #93C243
Black with #93C243
Text Example
Text Example
White with #93C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C243; }
p { color: rgb(147,194,67); }
H1.HeaderClassName
{
color: #93C243;
}
.AnyTagClassName
{
color: #93C243;
}
</style>
background-color css
<style>
a { background-color: #93C243; }
a { background-color: rgb(147,194,67); }
div.DivClassName
{
background-color: #93C243;
}
.BgClassName
{
background-color: #93C243;
}
</style>
border-color css
<style>
span { border-color: #93C243; }
span { border-color: rgb(147,194,67); }
td.TdClassName
{
border-color: #93C243;
}
.TagClassName
{
border-color: #93C243;
}
</style>