Shades of Atlantis #93C242
Tints of Atlantis #93C242
RGB
CMYK
RGB Variations
Color information
#93C242 (or 0x93C242) is known color: Atlantis. HEX triplet: 93, C2 and 42. RGB value is (147,194,66). Sum of RGB (Red+Green+Blue) = 147+194+66=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #93C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C242 is #6C3DBD. Grayscale: #A5A5A5. Windows color (decimal): -7093694 or 4375187. OLE color: 4375187.
HSL color Cylindrical-coordinate representation of color #93C242: hue angle of 82.03º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93C242 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 66 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.24 |
| HSL | 82.03º | 0.51% | 0.51% | - |
| HSV(B) | 82.03º | 0.66% | 0.76% | - |
| XYZ | 32.31 | 45.18 | 12.17 | - |
| YUV | 165.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 66 | 0.24 | 0 | 0.66 | 0.24 | 82.03 | 0.51 | 0.51 |
| Hex | 93 | C2 | 42 | 18 | 0 | 42 | 18 | 52 | 33 | 33 |
| Octal | 223 | 302 | 102 | 30 | 0 | 102 | 30 | 122 | 63 | 63 |
| Binary | 10010011 | 11000010 | 1000010 | 11000 | 0 | 1000010 | 11000 | 1010010 | 110011 | 110011 |
Color Harmonies of #93C242
Complementary color
Monochromatic Colors of #93C242
Black with #93C242
Text Example
Text Example
White with #93C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C242; }
p { color: rgb(147,194,66); }
H1.HeaderClassName
{
color: #93C242;
}
.AnyTagClassName
{
color: #93C242;
}
</style>
background-color css
<style>
a { background-color: #93C242; }
a { background-color: rgb(147,194,66); }
div.DivClassName
{
background-color: #93C242;
}
.BgClassName
{
background-color: #93C242;
}
</style>
border-color css
<style>
span { border-color: #93C242; }
span { border-color: rgb(147,194,66); }
td.TdClassName
{
border-color: #93C242;
}
.TagClassName
{
border-color: #93C242;
}
</style>