Shades of Atlantis #9EC74D
Tints of Atlantis #9EC74D
RGB
CMYK
RGB Variations
Color information
#9EC74D (or 0x9EC74D) is known color: Atlantis. HEX triplet: 9E, C7 and 4D. RGB value is (158,199,77). Sum of RGB (Red+Green+Blue) = 158+199+77=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC74D is #6138B2. Grayscale: #ADADAD. Windows color (decimal): -6371507 or 5097374. OLE color: 5097374.
HSL color Cylindrical-coordinate representation of color #9EC74D: hue angle of 80.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EC74D is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 77 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.22 |
| HSL | 80.16º | 0.52% | 0.54% | - |
| HSV(B) | 80.16º | 0.61% | 0.78% | - |
| XYZ | 35.86 | 48.65 | 14.52 | - |
| YUV | 172.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 77 | 0.21 | 0 | 0.61 | 0.22 | 80.16 | 0.52 | 0.54 |
| Hex | 9E | C7 | 4D | 15 | 0 | 3D | 16 | 50 | 34 | 36 |
| Octal | 236 | 307 | 115 | 25 | 0 | 75 | 26 | 120 | 64 | 66 |
| Binary | 10011110 | 11000111 | 1001101 | 10101 | 0 | 111101 | 10110 | 1010000 | 110100 | 110110 |
Color Harmonies of #9EC74D
Complementary color
Monochromatic Colors of #9EC74D
Black with #9EC74D
Text Example
Text Example
White with #9EC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC74D; }
p { color: rgb(158,199,77); }
H1.HeaderClassName
{
color: #9EC74D;
}
.AnyTagClassName
{
color: #9EC74D;
}
</style>
background-color css
<style>
a { background-color: #9EC74D; }
a { background-color: rgb(158,199,77); }
div.DivClassName
{
background-color: #9EC74D;
}
.BgClassName
{
background-color: #9EC74D;
}
</style>
border-color css
<style>
span { border-color: #9EC74D; }
span { border-color: rgb(158,199,77); }
td.TdClassName
{
border-color: #9EC74D;
}
.TagClassName
{
border-color: #9EC74D;
}
</style>