Shades of Atlantis #9ECE4C
Tints of Atlantis #9ECE4C
RGB
CMYK
RGB Variations
Color information
#9ECE4C (or 0x9ECE4C) is known color: Atlantis. HEX triplet: 9E, CE and 4C. RGB value is (158,206,76). Sum of RGB (Red+Green+Blue) = 158+206+76=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECE4C is #6131B3. Grayscale: #B1B1B1. Windows color (decimal): -6369716 or 5033630. OLE color: 5033630.
HSL color Cylindrical-coordinate representation of color #9ECE4C: hue angle of 82.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ECE4C is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
RGB | 158 | 206 | 76 | - |
CMYK | 0.23 | 0 | 0.63 | 0.19 |
HSL | 82.15º | 0.57% | 0.55% | - |
HSV(B) | 82.15º | 0.63% | 0.81% | - |
XYZ | 37.48 | 51.93 | 14.89 | - |
YUV | 176.83 | 71.1 | 114.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 206 | 76 | 0.23 | 0 | 0.63 | 0.19 | 82.15 | 0.57 | 0.55 |
Hex | 9E | CE | 4C | 17 | 0 | 3F | 13 | 52 | 39 | 37 |
Octal | 236 | 316 | 114 | 27 | 0 | 77 | 23 | 122 | 71 | 67 |
Binary | 10011110 | 11001110 | 1001100 | 10111 | 0 | 111111 | 10011 | 1010010 | 111001 | 110111 |
Color Harmonies of #9ECE4C
Complementary color
Monochromatic Colors of #9ECE4C
Black with #9ECE4C
Text Example
Text Example
White with #9ECE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE4C; }
p { color: rgb(158,206,76); }
H1.HeaderClassName
{
color: #9ECE4C;
}
.AnyTagClassName
{
color: #9ECE4C;
}
</style>
background-color css
<style>
a { background-color: #9ECE4C; }
a { background-color: rgb(158,206,76); }
div.DivClassName
{
background-color: #9ECE4C;
}
.BgClassName
{
background-color: #9ECE4C;
}
</style>
border-color css
<style>
span { border-color: #9ECE4C; }
span { border-color: rgb(158,206,76); }
td.TdClassName
{
border-color: #9ECE4C;
}
.TagClassName
{
border-color: #9ECE4C;
}
</style>