Shades of Atlantis #9EBA41
Tints of Atlantis #9EBA41
RGB
CMYK
RGB Variations
Color information
#9EBA41 (or 0x9EBA41) is known color: Atlantis. HEX triplet: 9E, BA and 41. RGB value is (158,186,65). Sum of RGB (Red+Green+Blue) = 158+186+65=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA41 is #6145BE. Grayscale: #A4A4A4. Windows color (decimal): -6374847 or 4307614. OLE color: 4307614.
HSL color Cylindrical-coordinate representation of color #9EBA41: hue angle of 73.88º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EBA41 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 65 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.27 |
| HSL | 73.88º | 0.48% | 0.49% | - |
| HSV(B) | 73.88º | 0.65% | 0.73% | - |
| XYZ | 32.61 | 42.77 | 11.54 | - |
| YUV | 163.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 65 | 0.15 | 0 | 0.65 | 0.27 | 73.88 | 0.48 | 0.49 |
| Hex | 9E | BA | 41 | F | 0 | 41 | 1B | 4A | 30 | 31 |
| Octal | 236 | 272 | 101 | 17 | 0 | 101 | 33 | 112 | 60 | 61 |
| Binary | 10011110 | 10111010 | 1000001 | 1111 | 0 | 1000001 | 11011 | 1001010 | 110000 | 110001 |
Color Harmonies of #9EBA41
Complementary color
Monochromatic Colors of #9EBA41
Black with #9EBA41
Text Example
Text Example
White with #9EBA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA41; }
p { color: rgb(158,186,65); }
H1.HeaderClassName
{
color: #9EBA41;
}
.AnyTagClassName
{
color: #9EBA41;
}
</style>
background-color css
<style>
a { background-color: #9EBA41; }
a { background-color: rgb(158,186,65); }
div.DivClassName
{
background-color: #9EBA41;
}
.BgClassName
{
background-color: #9EBA41;
}
</style>
border-color css
<style>
span { border-color: #9EBA41; }
span { border-color: rgb(158,186,65); }
td.TdClassName
{
border-color: #9EBA41;
}
.TagClassName
{
border-color: #9EBA41;
}
</style>