Shades of Atlantis #9ECC50
Tints of Atlantis #9ECC50
RGB
CMYK
RGB Variations
Color information
#9ECC50 (or 0x9ECC50) is known color: Atlantis. HEX triplet: 9E, CC and 50. RGB value is (158,204,80). Sum of RGB (Red+Green+Blue) = 158+204+80=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC50 is #6133AF. Grayscale: #B0B0B0. Windows color (decimal): -6370224 or 5295262. OLE color: 5295262.
HSL color Cylindrical-coordinate representation of color #9ECC50: hue angle of 82.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ECC50 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 80 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.2 |
| HSL | 82.26º | 0.55% | 0.56% | - |
| HSV(B) | 82.26º | 0.61% | 0.8% | - |
| XYZ | 37.14 | 51.03 | 15.48 | - |
| YUV | 176.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 80 | 0.23 | 0 | 0.61 | 0.2 | 82.26 | 0.55 | 0.56 |
| Hex | 9E | CC | 50 | 17 | 0 | 3D | 14 | 52 | 37 | 38 |
| Octal | 236 | 314 | 120 | 27 | 0 | 75 | 24 | 122 | 67 | 70 |
| Binary | 10011110 | 11001100 | 1010000 | 10111 | 0 | 111101 | 10100 | 1010010 | 110111 | 111000 |
Color Harmonies of #9ECC50
Complementary color
Monochromatic Colors of #9ECC50
Black with #9ECC50
Text Example
Text Example
White with #9ECC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC50; }
p { color: rgb(158,204,80); }
H1.HeaderClassName
{
color: #9ECC50;
}
.AnyTagClassName
{
color: #9ECC50;
}
</style>
background-color css
<style>
a { background-color: #9ECC50; }
a { background-color: rgb(158,204,80); }
div.DivClassName
{
background-color: #9ECC50;
}
.BgClassName
{
background-color: #9ECC50;
}
</style>
border-color css
<style>
span { border-color: #9ECC50; }
span { border-color: rgb(158,204,80); }
td.TdClassName
{
border-color: #9ECC50;
}
.TagClassName
{
border-color: #9ECC50;
}
</style>