Shades of Atlantis #9EC045
Tints of Atlantis #9EC045
RGB
CMYK
RGB Variations
Color information
#9EC045 (or 0x9EC045) is known color: Atlantis. HEX triplet: 9E, C0 and 45. RGB value is (158,192,69). Sum of RGB (Red+Green+Blue) = 158+192+69=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC045 is #613FBA. Grayscale: #A8A8A8. Windows color (decimal): -6373307 or 4571294. OLE color: 4571294.
HSL color Cylindrical-coordinate representation of color #9EC045: hue angle of 76.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EC045 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 69 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.25 |
| HSL | 76.59º | 0.49% | 0.51% | - |
| HSV(B) | 76.59º | 0.64% | 0.75% | - |
| XYZ | 34.02 | 45.4 | 12.6 | - |
| YUV | 167.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 69 | 0.18 | 0 | 0.64 | 0.25 | 76.59 | 0.49 | 0.51 |
| Hex | 9E | C0 | 45 | 12 | 0 | 40 | 19 | 4D | 31 | 33 |
| Octal | 236 | 300 | 105 | 22 | 0 | 100 | 31 | 115 | 61 | 63 |
| Binary | 10011110 | 11000000 | 1000101 | 10010 | 0 | 1000000 | 11001 | 1001101 | 110001 | 110011 |
Color Harmonies of #9EC045
Complementary color
Monochromatic Colors of #9EC045
Black with #9EC045
Text Example
Text Example
White with #9EC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC045; }
p { color: rgb(158,192,69); }
H1.HeaderClassName
{
color: #9EC045;
}
.AnyTagClassName
{
color: #9EC045;
}
</style>
background-color css
<style>
a { background-color: #9EC045; }
a { background-color: rgb(158,192,69); }
div.DivClassName
{
background-color: #9EC045;
}
.BgClassName
{
background-color: #9EC045;
}
</style>
border-color css
<style>
span { border-color: #9EC045; }
span { border-color: rgb(158,192,69); }
td.TdClassName
{
border-color: #9EC045;
}
.TagClassName
{
border-color: #9EC045;
}
</style>