Shades of Atlantis #9ED73D
Tints of Atlantis #9ED73D
RGB
CMYK
RGB Variations
Color information
#9ED73D (or 0x9ED73D) is known color: Atlantis. HEX triplet: 9E, D7 and 3D. RGB value is (158,215,61). Sum of RGB (Red+Green+Blue) = 158+215+61=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED73D is #6128C2. Grayscale: #B4B4B4. Windows color (decimal): -6367427 or 4052894. OLE color: 4052894.
HSL color Cylindrical-coordinate representation of color #9ED73D: hue angle of 82.21º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9ED73D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 61 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.16 |
| HSL | 82.21º | 0.66% | 0.54% | - |
| HSV(B) | 82.21º | 0.72% | 0.84% | - |
| XYZ | 39.24 | 56.21 | 13.2 | - |
| YUV | 180.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 61 | 0.27 | 0 | 0.72 | 0.16 | 82.21 | 0.66 | 0.54 |
| Hex | 9E | D7 | 3D | 1B | 0 | 48 | 10 | 52 | 42 | 36 |
| Octal | 236 | 327 | 75 | 33 | 0 | 110 | 20 | 122 | 102 | 66 |
| Binary | 10011110 | 11010111 | 111101 | 11011 | 0 | 1001000 | 10000 | 1010010 | 1000010 | 110110 |
Color Harmonies of #9ED73D
Complementary color
Monochromatic Colors of #9ED73D
Black with #9ED73D
Text Example
Text Example
White with #9ED73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED73D; }
p { color: rgb(158,215,61); }
H1.HeaderClassName
{
color: #9ED73D;
}
.AnyTagClassName
{
color: #9ED73D;
}
</style>
background-color css
<style>
a { background-color: #9ED73D; }
a { background-color: rgb(158,215,61); }
div.DivClassName
{
background-color: #9ED73D;
}
.BgClassName
{
background-color: #9ED73D;
}
</style>
border-color css
<style>
span { border-color: #9ED73D; }
span { border-color: rgb(158,215,61); }
td.TdClassName
{
border-color: #9ED73D;
}
.TagClassName
{
border-color: #9ED73D;
}
</style>