Shades of Atlantis #9ECF3D
Tints of Atlantis #9ECF3D
RGB
CMYK
RGB Variations
Color information
#9ECF3D (or 0x9ECF3D) is known color: Atlantis. HEX triplet: 9E, CF and 3D. RGB value is (158,207,61). Sum of RGB (Red+Green+Blue) = 158+207+61=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF3D is #6130C2. Grayscale: #B0B0B0. Windows color (decimal): -6369475 or 4050846. OLE color: 4050846.
HSL color Cylindrical-coordinate representation of color #9ECF3D: hue angle of 80.14º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ECF3D is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 61 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.19 |
| HSL | 80.14º | 0.6% | 0.53% | - |
| HSV(B) | 80.14º | 0.71% | 0.81% | - |
| XYZ | 37.26 | 52.23 | 12.53 | - |
| YUV | 175.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 61 | 0.24 | 0 | 0.71 | 0.19 | 80.14 | 0.6 | 0.53 |
| Hex | 9E | CF | 3D | 18 | 0 | 47 | 13 | 50 | 3C | 35 |
| Octal | 236 | 317 | 75 | 30 | 0 | 107 | 23 | 120 | 74 | 65 |
| Binary | 10011110 | 11001111 | 111101 | 11000 | 0 | 1000111 | 10011 | 1010000 | 111100 | 110101 |
Color Harmonies of #9ECF3D
Complementary color
Monochromatic Colors of #9ECF3D
Black with #9ECF3D
Text Example
Text Example
White with #9ECF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF3D; }
p { color: rgb(158,207,61); }
H1.HeaderClassName
{
color: #9ECF3D;
}
.AnyTagClassName
{
color: #9ECF3D;
}
</style>
background-color css
<style>
a { background-color: #9ECF3D; }
a { background-color: rgb(158,207,61); }
div.DivClassName
{
background-color: #9ECF3D;
}
.BgClassName
{
background-color: #9ECF3D;
}
</style>
border-color css
<style>
span { border-color: #9ECF3D; }
span { border-color: rgb(158,207,61); }
td.TdClassName
{
border-color: #9ECF3D;
}
.TagClassName
{
border-color: #9ECF3D;
}
</style>