Shades of Atlantis #9ED73B
Tints of Atlantis #9ED73B
RGB
CMYK
RGB Variations
Color information
#9ED73B (or 0x9ED73B) is known color: Atlantis. HEX triplet: 9E, D7 and 3B. RGB value is (158,215,59). Sum of RGB (Red+Green+Blue) = 158+215+59=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED73B is #6128C4. Grayscale: #B4B4B4. Windows color (decimal): -6367429 or 3921822. OLE color: 3921822.
HSL color Cylindrical-coordinate representation of color #9ED73B: hue angle of 81.92º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ED73B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 59 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.16 |
| HSL | 81.92º | 0.66% | 0.54% | - |
| HSV(B) | 81.92º | 0.73% | 0.84% | - |
| XYZ | 39.19 | 56.19 | 12.92 | - |
| YUV | 180.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 59 | 0.27 | 0 | 0.73 | 0.16 | 81.92 | 0.66 | 0.54 |
| Hex | 9E | D7 | 3B | 1B | 0 | 49 | 10 | 52 | 42 | 36 |
| Octal | 236 | 327 | 73 | 33 | 0 | 111 | 20 | 122 | 102 | 66 |
| Binary | 10011110 | 11010111 | 111011 | 11011 | 0 | 1001001 | 10000 | 1010010 | 1000010 | 110110 |
Color Harmonies of #9ED73B
Complementary color
Monochromatic Colors of #9ED73B
Black with #9ED73B
Text Example
Text Example
White with #9ED73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED73B; }
p { color: rgb(158,215,59); }
H1.HeaderClassName
{
color: #9ED73B;
}
.AnyTagClassName
{
color: #9ED73B;
}
</style>
background-color css
<style>
a { background-color: #9ED73B; }
a { background-color: rgb(158,215,59); }
div.DivClassName
{
background-color: #9ED73B;
}
.BgClassName
{
background-color: #9ED73B;
}
</style>
border-color css
<style>
span { border-color: #9ED73B; }
span { border-color: rgb(158,215,59); }
td.TdClassName
{
border-color: #9ED73B;
}
.TagClassName
{
border-color: #9ED73B;
}
</style>