Shades of Atlantis #9ED54D
Tints of Atlantis #9ED54D
RGB
CMYK
RGB Variations
Color information
#9ED54D (or 0x9ED54D) is known color: Atlantis. HEX triplet: 9E, D5 and 4D. RGB value is (158,213,77). Sum of RGB (Red+Green+Blue) = 158+213+77=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED54D is #612AB2. Grayscale: #B5B5B5. Windows color (decimal): -6367923 or 5100958. OLE color: 5100958.
HSL color Cylindrical-coordinate representation of color #9ED54D: hue angle of 84.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ED54D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 77 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.16 |
| HSL | 84.26º | 0.62% | 0.57% | - |
| HSV(B) | 84.26º | 0.64% | 0.84% | - |
| XYZ | 39.23 | 55.39 | 15.65 | - |
| YUV | 181.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 77 | 0.26 | 0 | 0.64 | 0.16 | 84.26 | 0.62 | 0.57 |
| Hex | 9E | D5 | 4D | 1A | 0 | 40 | 10 | 54 | 3E | 39 |
| Octal | 236 | 325 | 115 | 32 | 0 | 100 | 20 | 124 | 76 | 71 |
| Binary | 10011110 | 11010101 | 1001101 | 11010 | 0 | 1000000 | 10000 | 1010100 | 111110 | 111001 |
Color Harmonies of #9ED54D
Complementary color
Monochromatic Colors of #9ED54D
Black with #9ED54D
Text Example
Text Example
White with #9ED54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED54D; }
p { color: rgb(158,213,77); }
H1.HeaderClassName
{
color: #9ED54D;
}
.AnyTagClassName
{
color: #9ED54D;
}
</style>
background-color css
<style>
a { background-color: #9ED54D; }
a { background-color: rgb(158,213,77); }
div.DivClassName
{
background-color: #9ED54D;
}
.BgClassName
{
background-color: #9ED54D;
}
</style>
border-color css
<style>
span { border-color: #9ED54D; }
span { border-color: rgb(158,213,77); }
td.TdClassName
{
border-color: #9ED54D;
}
.TagClassName
{
border-color: #9ED54D;
}
</style>