Shades of Atlantis #9ECD4B
Tints of Atlantis #9ECD4B
RGB
CMYK
RGB Variations
Color information
#9ECD4B (or 0x9ECD4B) is known color: Atlantis. HEX triplet: 9E, CD and 4B. RGB value is (158,205,75). Sum of RGB (Red+Green+Blue) = 158+205+75=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECD4B is #6132B4. Grayscale: #B0B0B0. Windows color (decimal): -6369973 or 4967838. OLE color: 4967838.
HSL color Cylindrical-coordinate representation of color #9ECD4B: hue angle of 81.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ECD4B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 75 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.20 |
| HSL | 81.69º | 0.57% | 0.55% | - |
| HSV(B) | 81.69º | 0.63% | 0.8% | - |
| XYZ | 37.2 | 51.44 | 14.62 | - |
| YUV | 176.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 75 | 0.23 | 0 | 0.63 | 0.20 | 81.69 | 0.57 | 0.55 |
| Hex | 9E | CD | 4B | 17 | 0 | 3F | 14 | 52 | 39 | 37 |
| Octal | 236 | 315 | 113 | 27 | 0 | 77 | 24 | 122 | 71 | 67 |
| Binary | 10011110 | 11001101 | 1001011 | 10111 | 0 | 111111 | 10100 | 1010010 | 111001 | 110111 |
Color Harmonies of #9ECD4B
Complementary color
Monochromatic Colors of #9ECD4B
Black with #9ECD4B
Text Example
Text Example
White with #9ECD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD4B; }
p { color: rgb(158,205,75); }
H1.HeaderClassName
{
color: #9ECD4B;
}
.AnyTagClassName
{
color: #9ECD4B;
}
</style>
background-color css
<style>
a { background-color: #9ECD4B; }
a { background-color: rgb(158,205,75); }
div.DivClassName
{
background-color: #9ECD4B;
}
.BgClassName
{
background-color: #9ECD4B;
}
</style>
border-color css
<style>
span { border-color: #9ECD4B; }
span { border-color: rgb(158,205,75); }
td.TdClassName
{
border-color: #9ECD4B;
}
.TagClassName
{
border-color: #9ECD4B;
}
</style>