Shades of Atlantis #9ED73A
Tints of Atlantis #9ED73A
RGB
CMYK
RGB Variations
Color information
#9ED73A (or 0x9ED73A) is known color: Atlantis. HEX triplet: 9E, D7 and 3A. RGB value is (158,215,58). Sum of RGB (Red+Green+Blue) = 158+215+58=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED73A is #6128C5. Grayscale: #B4B4B4. Windows color (decimal): -6367430 or 3856286. OLE color: 3856286.
HSL color Cylindrical-coordinate representation of color #9ED73A: hue angle of 81.78º 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 #9ED73A is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 58 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.16 |
| HSL | 81.78º | 0.66% | 0.54% | - |
| HSV(B) | 81.78º | 0.73% | 0.84% | - |
| XYZ | 39.16 | 56.18 | 12.78 | - |
| YUV | 180.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 58 | 0.27 | 0 | 0.73 | 0.16 | 81.78 | 0.66 | 0.54 |
| Hex | 9E | D7 | 3A | 1B | 0 | 49 | 10 | 52 | 42 | 36 |
| Octal | 236 | 327 | 72 | 33 | 0 | 111 | 20 | 122 | 102 | 66 |
| Binary | 10011110 | 11010111 | 111010 | 11011 | 0 | 1001001 | 10000 | 1010010 | 1000010 | 110110 |
Color Harmonies of #9ED73A
Complementary color
Monochromatic Colors of #9ED73A
Black with #9ED73A
Text Example
Text Example
White with #9ED73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED73A; }
p { color: rgb(158,215,58); }
H1.HeaderClassName
{
color: #9ED73A;
}
.AnyTagClassName
{
color: #9ED73A;
}
</style>
background-color css
<style>
a { background-color: #9ED73A; }
a { background-color: rgb(158,215,58); }
div.DivClassName
{
background-color: #9ED73A;
}
.BgClassName
{
background-color: #9ED73A;
}
</style>
border-color css
<style>
span { border-color: #9ED73A; }
span { border-color: rgb(158,215,58); }
td.TdClassName
{
border-color: #9ED73A;
}
.TagClassName
{
border-color: #9ED73A;
}
</style>