Shades of Atlantis #9EC63C
Tints of Atlantis #9EC63C
RGB
CMYK
RGB Variations
Color information
#9EC63C (or 0x9EC63C) is known color: Atlantis. HEX triplet: 9E, C6 and 3C. RGB value is (158,198,60). Sum of RGB (Red+Green+Blue) = 158+198+60=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC63C is #6139C3. Grayscale: #AAAAAA. Windows color (decimal): -6371780 or 3983006. OLE color: 3983006.
HSL color Cylindrical-coordinate representation of color #9EC63C: hue angle of 77.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EC63C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 198 | 60 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.22 |
| HSL | 77.39º | 0.55% | 0.51% | - |
| HSV(B) | 77.39º | 0.7% | 0.78% | - |
| XYZ | 35.11 | 47.98 | 11.69 | - |
| YUV | 170.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 60 | 0.20 | 0 | 0.70 | 0.22 | 77.39 | 0.55 | 0.51 |
| Hex | 9E | C6 | 3C | 14 | 0 | 46 | 16 | 4D | 37 | 33 |
| Octal | 236 | 306 | 74 | 24 | 0 | 106 | 26 | 115 | 67 | 63 |
| Binary | 10011110 | 11000110 | 111100 | 10100 | 0 | 1000110 | 10110 | 1001101 | 110111 | 110011 |
Color Harmonies of #9EC63C
Complementary color
Monochromatic Colors of #9EC63C
Black with #9EC63C
Text Example
Text Example
White with #9EC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC63C; }
p { color: rgb(158,198,60); }
H1.HeaderClassName
{
color: #9EC63C;
}
.AnyTagClassName
{
color: #9EC63C;
}
</style>
background-color css
<style>
a { background-color: #9EC63C; }
a { background-color: rgb(158,198,60); }
div.DivClassName
{
background-color: #9EC63C;
}
.BgClassName
{
background-color: #9EC63C;
}
</style>
border-color css
<style>
span { border-color: #9EC63C; }
span { border-color: rgb(158,198,60); }
td.TdClassName
{
border-color: #9EC63C;
}
.TagClassName
{
border-color: #9EC63C;
}
</style>