Shades of Atlantis #9EC541
Tints of Atlantis #9EC541
RGB
CMYK
RGB Variations
Color information
#9EC541 (or 0x9EC541) is known color: Atlantis. HEX triplet: 9E, C5 and 41. RGB value is (158,197,65). Sum of RGB (Red+Green+Blue) = 158+197+65=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC541 is #613ABE. Grayscale: #AAAAAA. Windows color (decimal): -6372031 or 4310430. OLE color: 4310430.
HSL color Cylindrical-coordinate representation of color #9EC541: hue angle of 77.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC541 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 65 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.23 |
| HSL | 77.73º | 0.53% | 0.51% | - |
| HSV(B) | 77.73º | 0.67% | 0.77% | - |
| XYZ | 35.02 | 47.58 | 12.34 | - |
| YUV | 170.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 65 | 0.20 | 0 | 0.67 | 0.23 | 77.73 | 0.53 | 0.51 |
| Hex | 9E | C5 | 41 | 14 | 0 | 43 | 17 | 4E | 35 | 33 |
| Octal | 236 | 305 | 101 | 24 | 0 | 103 | 27 | 116 | 65 | 63 |
| Binary | 10011110 | 11000101 | 1000001 | 10100 | 0 | 1000011 | 10111 | 1001110 | 110101 | 110011 |
Color Harmonies of #9EC541
Complementary color
Monochromatic Colors of #9EC541
Black with #9EC541
Text Example
Text Example
White with #9EC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC541; }
p { color: rgb(158,197,65); }
H1.HeaderClassName
{
color: #9EC541;
}
.AnyTagClassName
{
color: #9EC541;
}
</style>
background-color css
<style>
a { background-color: #9EC541; }
a { background-color: rgb(158,197,65); }
div.DivClassName
{
background-color: #9EC541;
}
.BgClassName
{
background-color: #9EC541;
}
</style>
border-color css
<style>
span { border-color: #9EC541; }
span { border-color: rgb(158,197,65); }
td.TdClassName
{
border-color: #9EC541;
}
.TagClassName
{
border-color: #9EC541;
}
</style>