Shades of Atlantis #9ECE38
Tints of Atlantis #9ECE38
RGB
CMYK
RGB Variations
Color information
#9ECE38 (or 0x9ECE38) is known color: Atlantis. HEX triplet: 9E, CE and 38. RGB value is (158,206,56). Sum of RGB (Red+Green+Blue) = 158+206+56=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE38 is #6131C7. Grayscale: #AFAFAF. Windows color (decimal): -6369736 or 3722910. OLE color: 3722910.
HSL color Cylindrical-coordinate representation of color #9ECE38: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ECE38 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 56 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.19 |
| HSL | 79.2º | 0.6% | 0.51% | - |
| HSV(B) | 79.2º | 0.73% | 0.81% | - |
| XYZ | 36.89 | 51.7 | 11.78 | - |
| YUV | 174.55 | 61.1 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 56 | 0.23 | 0 | 0.73 | 0.19 | 79.2 | 0.6 | 0.51 |
| Hex | 9E | CE | 38 | 17 | 0 | 49 | 13 | 4F | 3C | 33 |
| Octal | 236 | 316 | 70 | 27 | 0 | 111 | 23 | 117 | 74 | 63 |
| Binary | 10011110 | 11001110 | 111000 | 10111 | 0 | 1001001 | 10011 | 1001111 | 111100 | 110011 |
Color Harmonies of #9ECE38
Complementary color
Monochromatic Colors of #9ECE38
Black with #9ECE38
Text Example
Text Example
White with #9ECE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE38; }
p { color: rgb(158,206,56); }
H1.HeaderClassName
{
color: #9ECE38;
}
.AnyTagClassName
{
color: #9ECE38;
}
</style>
background-color css
<style>
a { background-color: #9ECE38; }
a { background-color: rgb(158,206,56); }
div.DivClassName
{
background-color: #9ECE38;
}
.BgClassName
{
background-color: #9ECE38;
}
</style>
border-color css
<style>
span { border-color: #9ECE38; }
span { border-color: rgb(158,206,56); }
td.TdClassName
{
border-color: #9ECE38;
}
.TagClassName
{
border-color: #9ECE38;
}
</style>