Shades of Atlantis #9ED64D
Tints of Atlantis #9ED64D
RGB
CMYK
RGB Variations
Color information
#9ED64D (or 0x9ED64D) is known color: Atlantis. HEX triplet: 9E, D6 and 4D. RGB value is (158,214,77). Sum of RGB (Red+Green+Blue) = 158+214+77=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED64D is #6129B2. Grayscale: #B6B6B6. Windows color (decimal): -6367667 or 5101214. OLE color: 5101214.
HSL color Cylindrical-coordinate representation of color #9ED64D: hue angle of 84.53º degrees, saturation: 0.63, 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 #9ED64D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 77 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.16 |
| HSL | 84.53º | 0.63% | 0.57% | - |
| HSV(B) | 84.53º | 0.64% | 0.84% | - |
| XYZ | 39.49 | 55.9 | 15.73 | - |
| YUV | 181.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 77 | 0.26 | 0 | 0.64 | 0.16 | 84.53 | 0.63 | 0.57 |
| Hex | 9E | D6 | 4D | 1A | 0 | 40 | 10 | 55 | 3F | 39 |
| Octal | 236 | 326 | 115 | 32 | 0 | 100 | 20 | 125 | 77 | 71 |
| Binary | 10011110 | 11010110 | 1001101 | 11010 | 0 | 1000000 | 10000 | 1010101 | 111111 | 111001 |
Color Harmonies of #9ED64D
Complementary color
Monochromatic Colors of #9ED64D
Black with #9ED64D
Text Example
Text Example
White with #9ED64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED64D; }
p { color: rgb(158,214,77); }
H1.HeaderClassName
{
color: #9ED64D;
}
.AnyTagClassName
{
color: #9ED64D;
}
</style>
background-color css
<style>
a { background-color: #9ED64D; }
a { background-color: rgb(158,214,77); }
div.DivClassName
{
background-color: #9ED64D;
}
.BgClassName
{
background-color: #9ED64D;
}
</style>
border-color css
<style>
span { border-color: #9ED64D; }
span { border-color: rgb(158,214,77); }
td.TdClassName
{
border-color: #9ED64D;
}
.TagClassName
{
border-color: #9ED64D;
}
</style>