Shades of Atlantis #9EC73A
Tints of Atlantis #9EC73A
RGB
CMYK
RGB Variations
Color information
#9EC73A (or 0x9EC73A) is known color: Atlantis. HEX triplet: 9E, C7 and 3A. RGB value is (158,199,58). Sum of RGB (Red+Green+Blue) = 158+199+58=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC73A is #6138C5. Grayscale: #ABABAB. Windows color (decimal): -6371526 or 3852190. OLE color: 3852190.
HSL color Cylindrical-coordinate representation of color #9EC73A: hue angle of 77.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EC73A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 58 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.22 |
| HSL | 77.45º | 0.56% | 0.5% | - |
| HSV(B) | 77.45º | 0.71% | 0.78% | - |
| XYZ | 35.29 | 48.42 | 11.49 | - |
| YUV | 170.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 58 | 0.21 | 0 | 0.71 | 0.22 | 77.45 | 0.56 | 0.5 |
| Hex | 9E | C7 | 3A | 15 | 0 | 47 | 16 | 4D | 38 | 32 |
| Octal | 236 | 307 | 72 | 25 | 0 | 107 | 26 | 115 | 70 | 62 |
| Binary | 10011110 | 11000111 | 111010 | 10101 | 0 | 1000111 | 10110 | 1001101 | 111000 | 110010 |
Color Harmonies of #9EC73A
Complementary color
Monochromatic Colors of #9EC73A
Black with #9EC73A
Text Example
Text Example
White with #9EC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC73A; }
p { color: rgb(158,199,58); }
H1.HeaderClassName
{
color: #9EC73A;
}
.AnyTagClassName
{
color: #9EC73A;
}
</style>
background-color css
<style>
a { background-color: #9EC73A; }
a { background-color: rgb(158,199,58); }
div.DivClassName
{
background-color: #9EC73A;
}
.BgClassName
{
background-color: #9EC73A;
}
</style>
border-color css
<style>
span { border-color: #9EC73A; }
span { border-color: rgb(158,199,58); }
td.TdClassName
{
border-color: #9EC73A;
}
.TagClassName
{
border-color: #9EC73A;
}
</style>