Shades of Atlantis #93C04E
Tints of Atlantis #93C04E
RGB
CMYK
RGB Variations
Color information
#93C04E (or 0x93C04E) is known color: Atlantis. HEX triplet: 93, C0 and 4E. RGB value is (147,192,78). Sum of RGB (Red+Green+Blue) = 147+192+78=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #93C04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C04E is #6C3FB1. Grayscale: #A5A5A5. Windows color (decimal): -7094194 or 5161107. OLE color: 5161107.
HSL color Cylindrical-coordinate representation of color #93C04E: hue angle of 83.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93C04E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 78 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.25 |
| HSL | 83.68º | 0.48% | 0.53% | - |
| HSV(B) | 83.68º | 0.59% | 0.75% | - |
| XYZ | 32.26 | 44.45 | 14.09 | - |
| YUV | 165.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 78 | 0.23 | 0 | 0.59 | 0.25 | 83.68 | 0.48 | 0.53 |
| Hex | 93 | C0 | 4E | 17 | 0 | 3B | 19 | 54 | 30 | 35 |
| Octal | 223 | 300 | 116 | 27 | 0 | 73 | 31 | 124 | 60 | 65 |
| Binary | 10010011 | 11000000 | 1001110 | 10111 | 0 | 111011 | 11001 | 1010100 | 110000 | 110101 |
Color Harmonies of #93C04E
Complementary color
Monochromatic Colors of #93C04E
Black with #93C04E
Text Example
Text Example
White with #93C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C04E; }
p { color: rgb(147,192,78); }
H1.HeaderClassName
{
color: #93C04E;
}
.AnyTagClassName
{
color: #93C04E;
}
</style>
background-color css
<style>
a { background-color: #93C04E; }
a { background-color: rgb(147,192,78); }
div.DivClassName
{
background-color: #93C04E;
}
.BgClassName
{
background-color: #93C04E;
}
</style>
border-color css
<style>
span { border-color: #93C04E; }
span { border-color: rgb(147,192,78); }
td.TdClassName
{
border-color: #93C04E;
}
.TagClassName
{
border-color: #93C04E;
}
</style>