Shades of Atlantis #7EC93C
Tints of Atlantis #7EC93C
RGB
CMYK
RGB Variations
Color information
#7EC93C (or 0x7EC93C) is known color: Atlantis. HEX triplet: 7E, C9 and 3C. RGB value is (126,201,60). Sum of RGB (Red+Green+Blue) = 126+201+60=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC93C is #8136C3. Grayscale: #A2A2A2. Windows color (decimal): -8468164 or 3983742. OLE color: 3983742.
HSL color Cylindrical-coordinate representation of color #7EC93C: hue angle of 91.91º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EC93C is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 60 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.21 |
| HSL | 91.91º | 0.57% | 0.51% | - |
| HSV(B) | 91.91º | 0.7% | 0.79% | - |
| XYZ | 30.31 | 46.54 | 11.66 | - |
| YUV | 162.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 60 | 0.37 | 0 | 0.70 | 0.21 | 91.91 | 0.57 | 0.51 |
| Hex | 7E | C9 | 3C | 25 | 0 | 46 | 15 | 5C | 39 | 33 |
| Octal | 176 | 311 | 74 | 45 | 0 | 106 | 25 | 134 | 71 | 63 |
| Binary | 1111110 | 11001001 | 111100 | 100101 | 0 | 1000110 | 10101 | 1011100 | 111001 | 110011 |
Color Harmonies of #7EC93C
Complementary color
Monochromatic Colors of #7EC93C
Black with #7EC93C
Text Example
Text Example
White with #7EC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC93C; }
p { color: rgb(126,201,60); }
H1.HeaderClassName
{
color: #7EC93C;
}
.AnyTagClassName
{
color: #7EC93C;
}
</style>
background-color css
<style>
a { background-color: #7EC93C; }
a { background-color: rgb(126,201,60); }
div.DivClassName
{
background-color: #7EC93C;
}
.BgClassName
{
background-color: #7EC93C;
}
</style>
border-color css
<style>
span { border-color: #7EC93C; }
span { border-color: rgb(126,201,60); }
td.TdClassName
{
border-color: #7EC93C;
}
.TagClassName
{
border-color: #7EC93C;
}
</style>