Shades of Atlantis #9ED644
Tints of Atlantis #9ED644
RGB
CMYK
RGB Variations
Color information
#9ED644 (or 0x9ED644) is known color: Atlantis. HEX triplet: 9E, D6 and 44. RGB value is (158,214,68). Sum of RGB (Red+Green+Blue) = 158+214+68=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED644 is #6129BB. Grayscale: #B5B5B5. Windows color (decimal): -6367676 or 4511390. OLE color: 4511390.
HSL color Cylindrical-coordinate representation of color #9ED644: hue angle of 83.01º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9ED644 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 68 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.16 |
| HSL | 83.01º | 0.64% | 0.55% | - |
| HSV(B) | 83.01º | 0.68% | 0.84% | - |
| XYZ | 39.19 | 55.78 | 14.17 | - |
| YUV | 180.61 | 64.45 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 68 | 0.26 | 0 | 0.68 | 0.16 | 83.01 | 0.64 | 0.55 |
| Hex | 9E | D6 | 44 | 1A | 0 | 44 | 10 | 53 | 40 | 37 |
| Octal | 236 | 326 | 104 | 32 | 0 | 104 | 20 | 123 | 100 | 67 |
| Binary | 10011110 | 11010110 | 1000100 | 11010 | 0 | 1000100 | 10000 | 1010011 | 1000000 | 110111 |
Color Harmonies of #9ED644
Complementary color
Monochromatic Colors of #9ED644
Black with #9ED644
Text Example
Text Example
White with #9ED644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED644; }
p { color: rgb(158,214,68); }
H1.HeaderClassName
{
color: #9ED644;
}
.AnyTagClassName
{
color: #9ED644;
}
</style>
background-color css
<style>
a { background-color: #9ED644; }
a { background-color: rgb(158,214,68); }
div.DivClassName
{
background-color: #9ED644;
}
.BgClassName
{
background-color: #9ED644;
}
</style>
border-color css
<style>
span { border-color: #9ED644; }
span { border-color: rgb(158,214,68); }
td.TdClassName
{
border-color: #9ED644;
}
.TagClassName
{
border-color: #9ED644;
}
</style>