Shades of Atlantis #9ED844
Tints of Atlantis #9ED844
RGB
CMYK
RGB Variations
Color information
#9ED844 (or 0x9ED844) is known color: Atlantis. HEX triplet: 9E, D8 and 44. RGB value is (158,216,68). Sum of RGB (Red+Green+Blue) = 158+216+68=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED844 is #6127BB. Grayscale: #B6B6B6. Windows color (decimal): -6367164 or 4511902. OLE color: 4511902.
HSL color Cylindrical-coordinate representation of color #9ED844: hue angle of 83.51º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9ED844 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 68 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.15 |
| HSL | 83.51º | 0.65% | 0.56% | - |
| HSV(B) | 83.51º | 0.69% | 0.85% | - |
| XYZ | 39.7 | 56.8 | 14.34 | - |
| YUV | 181.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 68 | 0.27 | 0 | 0.69 | 0.15 | 83.51 | 0.65 | 0.56 |
| Hex | 9E | D8 | 44 | 1B | 0 | 45 | F | 54 | 41 | 38 |
| Octal | 236 | 330 | 104 | 33 | 0 | 105 | 17 | 124 | 101 | 70 |
| Binary | 10011110 | 11011000 | 1000100 | 11011 | 0 | 1000101 | 1111 | 1010100 | 1000001 | 111000 |
Color Harmonies of #9ED844
Complementary color
Monochromatic Colors of #9ED844
Black with #9ED844
Text Example
Text Example
White with #9ED844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED844; }
p { color: rgb(158,216,68); }
H1.HeaderClassName
{
color: #9ED844;
}
.AnyTagClassName
{
color: #9ED844;
}
</style>
background-color css
<style>
a { background-color: #9ED844; }
a { background-color: rgb(158,216,68); }
div.DivClassName
{
background-color: #9ED844;
}
.BgClassName
{
background-color: #9ED844;
}
</style>
border-color css
<style>
span { border-color: #9ED844; }
span { border-color: rgb(158,216,68); }
td.TdClassName
{
border-color: #9ED844;
}
.TagClassName
{
border-color: #9ED844;
}
</style>