Shades of Atlantis #9EC93A
Tints of Atlantis #9EC93A
RGB
CMYK
RGB Variations
Color information
#9EC93A (or 0x9EC93A) is known color: Atlantis. HEX triplet: 9E, C9 and 3A. RGB value is (158,201,58). Sum of RGB (Red+Green+Blue) = 158+201+58=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC93A is #6136C5. Grayscale: #ACACAC. Windows color (decimal): -6371014 or 3852702. OLE color: 3852702.
HSL color Cylindrical-coordinate representation of color #9EC93A: hue angle of 78.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9EC93A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 58 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.21 |
| HSL | 78.04º | 0.57% | 0.51% | - |
| HSV(B) | 78.04º | 0.71% | 0.79% | - |
| XYZ | 35.75 | 49.35 | 11.64 | - |
| YUV | 171.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 58 | 0.21 | 0 | 0.71 | 0.21 | 78.04 | 0.57 | 0.51 |
| Hex | 9E | C9 | 3A | 15 | 0 | 47 | 15 | 4E | 39 | 33 |
| Octal | 236 | 311 | 72 | 25 | 0 | 107 | 25 | 116 | 71 | 63 |
| Binary | 10011110 | 11001001 | 111010 | 10101 | 0 | 1000111 | 10101 | 1001110 | 111001 | 110011 |
Color Harmonies of #9EC93A
Complementary color
Monochromatic Colors of #9EC93A
Black with #9EC93A
Text Example
Text Example
White with #9EC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC93A; }
p { color: rgb(158,201,58); }
H1.HeaderClassName
{
color: #9EC93A;
}
.AnyTagClassName
{
color: #9EC93A;
}
</style>
background-color css
<style>
a { background-color: #9EC93A; }
a { background-color: rgb(158,201,58); }
div.DivClassName
{
background-color: #9EC93A;
}
.BgClassName
{
background-color: #9EC93A;
}
</style>
border-color css
<style>
span { border-color: #9EC93A; }
span { border-color: rgb(158,201,58); }
td.TdClassName
{
border-color: #9EC93A;
}
.TagClassName
{
border-color: #9EC93A;
}
</style>