Shades of Atlantis #9ED537
Tints of Atlantis #9ED537
RGB
CMYK
RGB Variations
Color information
#9ED537 (or 0x9ED537) is known color: Atlantis. HEX triplet: 9E, D5 and 37. RGB value is (158,213,55). Sum of RGB (Red+Green+Blue) = 158+213+55=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED537 is #612AC8. Grayscale: #B3B3B3. Windows color (decimal): -6367945 or 3659166. OLE color: 3659166.
HSL color Cylindrical-coordinate representation of color #9ED537: hue angle of 80.89º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9ED537 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 55 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.16 |
| HSL | 80.89º | 0.65% | 0.53% | - |
| HSV(B) | 80.89º | 0.74% | 0.84% | - |
| XYZ | 38.58 | 55.13 | 12.22 | - |
| YUV | 178.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 55 | 0.26 | 0 | 0.74 | 0.16 | 80.89 | 0.65 | 0.53 |
| Hex | 9E | D5 | 37 | 1A | 0 | 4A | 10 | 51 | 41 | 35 |
| Octal | 236 | 325 | 67 | 32 | 0 | 112 | 20 | 121 | 101 | 65 |
| Binary | 10011110 | 11010101 | 110111 | 11010 | 0 | 1001010 | 10000 | 1010001 | 1000001 | 110101 |
Color Harmonies of #9ED537
Complementary color
Monochromatic Colors of #9ED537
Black with #9ED537
Text Example
Text Example
White with #9ED537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED537; }
p { color: rgb(158,213,55); }
H1.HeaderClassName
{
color: #9ED537;
}
.AnyTagClassName
{
color: #9ED537;
}
</style>
background-color css
<style>
a { background-color: #9ED537; }
a { background-color: rgb(158,213,55); }
div.DivClassName
{
background-color: #9ED537;
}
.BgClassName
{
background-color: #9ED537;
}
</style>
border-color css
<style>
span { border-color: #9ED537; }
span { border-color: rgb(158,213,55); }
td.TdClassName
{
border-color: #9ED537;
}
.TagClassName
{
border-color: #9ED537;
}
</style>