Shades of Atlantis #9EDD3D
Tints of Atlantis #9EDD3D
RGB
CMYK
RGB Variations
Color information
#9EDD3D (or 0x9EDD3D) is known color: Atlantis. HEX triplet: 9E, DD and 3D. RGB value is (158,221,61). Sum of RGB (Red+Green+Blue) = 158+221+61=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD3D is #6122C2. Grayscale: #B8B8B8. Windows color (decimal): -6365891 or 4054430. OLE color: 4054430.
HSL color Cylindrical-coordinate representation of color #9EDD3D: hue angle of 83.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EDD3D is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 61 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.13 |
| HSL | 83.63º | 0.7% | 0.55% | - |
| HSV(B) | 83.63º | 0.72% | 0.87% | - |
| XYZ | 40.8 | 59.32 | 13.71 | - |
| YUV | 183.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 61 | 0.29 | 0 | 0.72 | 0.13 | 83.63 | 0.7 | 0.55 |
| Hex | 9E | DD | 3D | 1D | 0 | 48 | D | 54 | 46 | 37 |
| Octal | 236 | 335 | 75 | 35 | 0 | 110 | 15 | 124 | 106 | 67 |
| Binary | 10011110 | 11011101 | 111101 | 11101 | 0 | 1001000 | 1101 | 1010100 | 1000110 | 110111 |
Color Harmonies of #9EDD3D
Complementary color
Monochromatic Colors of #9EDD3D
Black with #9EDD3D
Text Example
Text Example
White with #9EDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD3D; }
p { color: rgb(158,221,61); }
H1.HeaderClassName
{
color: #9EDD3D;
}
.AnyTagClassName
{
color: #9EDD3D;
}
</style>
background-color css
<style>
a { background-color: #9EDD3D; }
a { background-color: rgb(158,221,61); }
div.DivClassName
{
background-color: #9EDD3D;
}
.BgClassName
{
background-color: #9EDD3D;
}
</style>
border-color css
<style>
span { border-color: #9EDD3D; }
span { border-color: rgb(158,221,61); }
td.TdClassName
{
border-color: #9EDD3D;
}
.TagClassName
{
border-color: #9EDD3D;
}
</style>