Shades of Atlantis #93CE3E
Tints of Atlantis #93CE3E
RGB
CMYK
RGB Variations
Color information
#93CE3E (or 0x93CE3E) is known color: Atlantis. HEX triplet: 93, CE and 3E. RGB value is (147,206,62). Sum of RGB (Red+Green+Blue) = 147+206+62=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CE3E is #6C31C1. Grayscale: #ACACAC. Windows color (decimal): -7090626 or 4116115. OLE color: 4116115.
HSL color Cylindrical-coordinate representation of color #93CE3E: hue angle of 84.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93CE3E is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 62 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.19 |
| HSL | 84.58º | 0.6% | 0.53% | - |
| HSV(B) | 84.58º | 0.7% | 0.81% | - |
| XYZ | 34.97 | 50.69 | 12.5 | - |
| YUV | 171.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 62 | 0.29 | 0 | 0.70 | 0.19 | 84.58 | 0.6 | 0.53 |
| Hex | 93 | CE | 3E | 1D | 0 | 46 | 13 | 55 | 3C | 35 |
| Octal | 223 | 316 | 76 | 35 | 0 | 106 | 23 | 125 | 74 | 65 |
| Binary | 10010011 | 11001110 | 111110 | 11101 | 0 | 1000110 | 10011 | 1010101 | 111100 | 110101 |
Color Harmonies of #93CE3E
Complementary color
Monochromatic Colors of #93CE3E
Black with #93CE3E
Text Example
Text Example
White with #93CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE3E; }
p { color: rgb(147,206,62); }
H1.HeaderClassName
{
color: #93CE3E;
}
.AnyTagClassName
{
color: #93CE3E;
}
</style>
background-color css
<style>
a { background-color: #93CE3E; }
a { background-color: rgb(147,206,62); }
div.DivClassName
{
background-color: #93CE3E;
}
.BgClassName
{
background-color: #93CE3E;
}
</style>
border-color css
<style>
span { border-color: #93CE3E; }
span { border-color: rgb(147,206,62); }
td.TdClassName
{
border-color: #93CE3E;
}
.TagClassName
{
border-color: #93CE3E;
}
</style>