Shades of Atlantis #9EDB40
Tints of Atlantis #9EDB40
RGB
CMYK
RGB Variations
Color information
#9EDB40 (or 0x9EDB40) is known color: Atlantis. HEX triplet: 9E, DB and 40. RGB value is (158,219,64). Sum of RGB (Red+Green+Blue) = 158+219+64=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDB40 is #6124BF. Grayscale: #B7B7B7. Windows color (decimal): -6366400 or 4250526. OLE color: 4250526.
HSL color Cylindrical-coordinate representation of color #9EDB40: hue angle of 83.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EDB40 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 64 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.14 |
| HSL | 83.61º | 0.68% | 0.55% | - |
| HSV(B) | 83.61º | 0.71% | 0.86% | - |
| XYZ | 40.36 | 58.3 | 13.98 | - |
| YUV | 183.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 64 | 0.28 | 0 | 0.71 | 0.14 | 83.61 | 0.68 | 0.55 |
| Hex | 9E | DB | 40 | 1C | 0 | 47 | E | 54 | 44 | 37 |
| Octal | 236 | 333 | 100 | 34 | 0 | 107 | 16 | 124 | 104 | 67 |
| Binary | 10011110 | 11011011 | 1000000 | 11100 | 0 | 1000111 | 1110 | 1010100 | 1000100 | 110111 |
Color Harmonies of #9EDB40
Complementary color
Monochromatic Colors of #9EDB40
Black with #9EDB40
Text Example
Text Example
White with #9EDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB40; }
p { color: rgb(158,219,64); }
H1.HeaderClassName
{
color: #9EDB40;
}
.AnyTagClassName
{
color: #9EDB40;
}
</style>
background-color css
<style>
a { background-color: #9EDB40; }
a { background-color: rgb(158,219,64); }
div.DivClassName
{
background-color: #9EDB40;
}
.BgClassName
{
background-color: #9EDB40;
}
</style>
border-color css
<style>
span { border-color: #9EDB40; }
span { border-color: rgb(158,219,64); }
td.TdClassName
{
border-color: #9EDB40;
}
.TagClassName
{
border-color: #9EDB40;
}
</style>