Shades of Atlantis #9ED640
Tints of Atlantis #9ED640
RGB
CMYK
RGB Variations
Color information
#9ED640 (or 0x9ED640) is known color: Atlantis. HEX triplet: 9E, D6 and 40. RGB value is (158,214,64). Sum of RGB (Red+Green+Blue) = 158+214+64=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED640 is #6129BF. Grayscale: #B4B4B4. Windows color (decimal): -6367680 or 4249246. OLE color: 4249246.
HSL color Cylindrical-coordinate representation of color #9ED640: hue angle of 82.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ED640 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 64 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.16 |
| HSL | 82.4º | 0.65% | 0.55% | - |
| HSV(B) | 82.4º | 0.7% | 0.84% | - |
| XYZ | 39.07 | 55.73 | 13.55 | - |
| YUV | 180.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 64 | 0.26 | 0 | 0.70 | 0.16 | 82.4 | 0.65 | 0.55 |
| Hex | 9E | D6 | 40 | 1A | 0 | 46 | 10 | 52 | 41 | 37 |
| Octal | 236 | 326 | 100 | 32 | 0 | 106 | 20 | 122 | 101 | 67 |
| Binary | 10011110 | 11010110 | 1000000 | 11010 | 0 | 1000110 | 10000 | 1010010 | 1000001 | 110111 |
Color Harmonies of #9ED640
Complementary color
Monochromatic Colors of #9ED640
Black with #9ED640
Text Example
Text Example
White with #9ED640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED640; }
p { color: rgb(158,214,64); }
H1.HeaderClassName
{
color: #9ED640;
}
.AnyTagClassName
{
color: #9ED640;
}
</style>
background-color css
<style>
a { background-color: #9ED640; }
a { background-color: rgb(158,214,64); }
div.DivClassName
{
background-color: #9ED640;
}
.BgClassName
{
background-color: #9ED640;
}
</style>
border-color css
<style>
span { border-color: #9ED640; }
span { border-color: rgb(158,214,64); }
td.TdClassName
{
border-color: #9ED640;
}
.TagClassName
{
border-color: #9ED640;
}
</style>