Shades of Atlantis #9EC74C
Tints of Atlantis #9EC74C
RGB
CMYK
RGB Variations
Color information
#9EC74C (or 0x9EC74C) is known color: Atlantis. HEX triplet: 9E, C7 and 4C. RGB value is (158,199,76). Sum of RGB (Red+Green+Blue) = 158+199+76=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC74C is #6138B3. Grayscale: #ADADAD. Windows color (decimal): -6371508 or 5031838. OLE color: 5031838.
HSL color Cylindrical-coordinate representation of color #9EC74C: hue angle of 80º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EC74C is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 76 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.22 |
| HSL | 80º | 0.52% | 0.54% | - |
| HSV(B) | 80º | 0.62% | 0.78% | - |
| XYZ | 35.83 | 48.64 | 14.34 | - |
| YUV | 172.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 76 | 0.21 | 0 | 0.62 | 0.22 | 80 | 0.52 | 0.54 |
| Hex | 9E | C7 | 4C | 15 | 0 | 3E | 16 | 50 | 34 | 36 |
| Octal | 236 | 307 | 114 | 25 | 0 | 76 | 26 | 120 | 64 | 66 |
| Binary | 10011110 | 11000111 | 1001100 | 10101 | 0 | 111110 | 10110 | 1010000 | 110100 | 110110 |
Color Harmonies of #9EC74C
Complementary color
Monochromatic Colors of #9EC74C
Black with #9EC74C
Text Example
Text Example
White with #9EC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC74C; }
p { color: rgb(158,199,76); }
H1.HeaderClassName
{
color: #9EC74C;
}
.AnyTagClassName
{
color: #9EC74C;
}
</style>
background-color css
<style>
a { background-color: #9EC74C; }
a { background-color: rgb(158,199,76); }
div.DivClassName
{
background-color: #9EC74C;
}
.BgClassName
{
background-color: #9EC74C;
}
</style>
border-color css
<style>
span { border-color: #9EC74C; }
span { border-color: rgb(158,199,76); }
td.TdClassName
{
border-color: #9EC74C;
}
.TagClassName
{
border-color: #9EC74C;
}
</style>