Shades of Atlantis #9ED240
Tints of Atlantis #9ED240
RGB
CMYK
RGB Variations
Color information
#9ED240 (or 0x9ED240) is known color: Atlantis. HEX triplet: 9E, D2 and 40. RGB value is (158,210,64). Sum of RGB (Red+Green+Blue) = 158+210+64=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED240 is #612DBF. Grayscale: #B2B2B2. Windows color (decimal): -6368704 or 4248222. OLE color: 4248222.
HSL color Cylindrical-coordinate representation of color #9ED240: hue angle of 81.37º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ED240 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 64 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.18 |
| HSL | 81.37º | 0.62% | 0.54% | - |
| HSV(B) | 81.37º | 0.7% | 0.82% | - |
| XYZ | 38.07 | 53.73 | 13.22 | - |
| YUV | 177.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 64 | 0.25 | 0 | 0.70 | 0.18 | 81.37 | 0.62 | 0.54 |
| Hex | 9E | D2 | 40 | 19 | 0 | 46 | 12 | 51 | 3E | 36 |
| Octal | 236 | 322 | 100 | 31 | 0 | 106 | 22 | 121 | 76 | 66 |
| Binary | 10011110 | 11010010 | 1000000 | 11001 | 0 | 1000110 | 10010 | 1010001 | 111110 | 110110 |
Color Harmonies of #9ED240
Complementary color
Monochromatic Colors of #9ED240
Black with #9ED240
Text Example
Text Example
White with #9ED240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED240; }
p { color: rgb(158,210,64); }
H1.HeaderClassName
{
color: #9ED240;
}
.AnyTagClassName
{
color: #9ED240;
}
</style>
background-color css
<style>
a { background-color: #9ED240; }
a { background-color: rgb(158,210,64); }
div.DivClassName
{
background-color: #9ED240;
}
.BgClassName
{
background-color: #9ED240;
}
</style>
border-color css
<style>
span { border-color: #9ED240; }
span { border-color: rgb(158,210,64); }
td.TdClassName
{
border-color: #9ED240;
}
.TagClassName
{
border-color: #9ED240;
}
</style>