Shades of Atlantis #9EBA45
Tints of Atlantis #9EBA45
RGB
CMYK
RGB Variations
Color information
#9EBA45 (or 0x9EBA45) is known color: Atlantis. HEX triplet: 9E, BA and 45. RGB value is (158,186,69). Sum of RGB (Red+Green+Blue) = 158+186+69=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA45 is #6145BA. Grayscale: #A4A4A4. Windows color (decimal): -6374843 or 4569758. OLE color: 4569758.
HSL color Cylindrical-coordinate representation of color #9EBA45: hue angle of 74.36º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EBA45 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 69 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.27 |
| HSL | 74.36º | 0.46% | 0.5% | - |
| HSV(B) | 74.36º | 0.63% | 0.73% | - |
| XYZ | 32.73 | 42.82 | 12.17 | - |
| YUV | 164.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 69 | 0.15 | 0 | 0.63 | 0.27 | 74.36 | 0.46 | 0.5 |
| Hex | 9E | BA | 45 | F | 0 | 3F | 1B | 4A | 2E | 32 |
| Octal | 236 | 272 | 105 | 17 | 0 | 77 | 33 | 112 | 56 | 62 |
| Binary | 10011110 | 10111010 | 1000101 | 1111 | 0 | 111111 | 11011 | 1001010 | 101110 | 110010 |
Color Harmonies of #9EBA45
Complementary color
Monochromatic Colors of #9EBA45
Black with #9EBA45
Text Example
Text Example
White with #9EBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA45; }
p { color: rgb(158,186,69); }
H1.HeaderClassName
{
color: #9EBA45;
}
.AnyTagClassName
{
color: #9EBA45;
}
</style>
background-color css
<style>
a { background-color: #9EBA45; }
a { background-color: rgb(158,186,69); }
div.DivClassName
{
background-color: #9EBA45;
}
.BgClassName
{
background-color: #9EBA45;
}
</style>
border-color css
<style>
span { border-color: #9EBA45; }
span { border-color: rgb(158,186,69); }
td.TdClassName
{
border-color: #9EBA45;
}
.TagClassName
{
border-color: #9EBA45;
}
</style>