Shades of Atlantis #9ECF3A
Tints of Atlantis #9ECF3A
RGB
CMYK
RGB Variations
Color information
#9ECF3A (or 0x9ECF3A) is known color: Atlantis. HEX triplet: 9E, CF and 3A. RGB value is (158,207,58). Sum of RGB (Red+Green+Blue) = 158+207+58=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECF3A is #6130C5. Grayscale: #AFAFAF. Windows color (decimal): -6369478 or 3854238. OLE color: 3854238.
HSL color Cylindrical-coordinate representation of color #9ECF3A: hue angle of 79.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9ECF3A is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 58 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.19 |
| HSL | 79.73º | 0.61% | 0.52% | - |
| HSV(B) | 79.73º | 0.72% | 0.81% | - |
| XYZ | 37.18 | 52.2 | 12.12 | - |
| YUV | 175.36 | 61.77 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 58 | 0.24 | 0 | 0.72 | 0.19 | 79.73 | 0.61 | 0.52 |
| Hex | 9E | CF | 3A | 18 | 0 | 48 | 13 | 50 | 3D | 34 |
| Octal | 236 | 317 | 72 | 30 | 0 | 110 | 23 | 120 | 75 | 64 |
| Binary | 10011110 | 11001111 | 111010 | 11000 | 0 | 1001000 | 10011 | 1010000 | 111101 | 110100 |
Color Harmonies of #9ECF3A
Complementary color
Monochromatic Colors of #9ECF3A
Black with #9ECF3A
Text Example
Text Example
White with #9ECF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF3A; }
p { color: rgb(158,207,58); }
H1.HeaderClassName
{
color: #9ECF3A;
}
.AnyTagClassName
{
color: #9ECF3A;
}
</style>
background-color css
<style>
a { background-color: #9ECF3A; }
a { background-color: rgb(158,207,58); }
div.DivClassName
{
background-color: #9ECF3A;
}
.BgClassName
{
background-color: #9ECF3A;
}
</style>
border-color css
<style>
span { border-color: #9ECF3A; }
span { border-color: rgb(158,207,58); }
td.TdClassName
{
border-color: #9ECF3A;
}
.TagClassName
{
border-color: #9ECF3A;
}
</style>