Shades of Atlantis #9EC742
Tints of Atlantis #9EC742
RGB
CMYK
RGB Variations
Color information
#9EC742 (or 0x9EC742) is known color: Atlantis. HEX triplet: 9E, C7 and 42. RGB value is (158,199,66). Sum of RGB (Red+Green+Blue) = 158+199+66=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC742 is #6138BD. Grayscale: #ACACAC. Windows color (decimal): -6371518 or 4376478. OLE color: 4376478.
HSL color Cylindrical-coordinate representation of color #9EC742: hue angle of 78.5º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EC742 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 66 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.22 |
| HSL | 78.5º | 0.54% | 0.52% | - |
| HSV(B) | 78.5º | 0.67% | 0.78% | - |
| XYZ | 35.51 | 48.51 | 12.65 | - |
| YUV | 171.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 66 | 0.21 | 0 | 0.67 | 0.22 | 78.5 | 0.54 | 0.52 |
| Hex | 9E | C7 | 42 | 15 | 0 | 43 | 16 | 4E | 36 | 34 |
| Octal | 236 | 307 | 102 | 25 | 0 | 103 | 26 | 116 | 66 | 64 |
| Binary | 10011110 | 11000111 | 1000010 | 10101 | 0 | 1000011 | 10110 | 1001110 | 110110 | 110100 |
Color Harmonies of #9EC742
Complementary color
Monochromatic Colors of #9EC742
Black with #9EC742
Text Example
Text Example
White with #9EC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC742; }
p { color: rgb(158,199,66); }
H1.HeaderClassName
{
color: #9EC742;
}
.AnyTagClassName
{
color: #9EC742;
}
</style>
background-color css
<style>
a { background-color: #9EC742; }
a { background-color: rgb(158,199,66); }
div.DivClassName
{
background-color: #9EC742;
}
.BgClassName
{
background-color: #9EC742;
}
</style>
border-color css
<style>
span { border-color: #9EC742; }
span { border-color: rgb(158,199,66); }
td.TdClassName
{
border-color: #9EC742;
}
.TagClassName
{
border-color: #9EC742;
}
</style>