Shades of Atlantis #9EE23D
Tints of Atlantis #9EE23D
RGB
CMYK
RGB Variations
Color information
#9EE23D (or 0x9EE23D) is known color: Atlantis. HEX triplet: 9E, E2 and 3D. RGB value is (158,226,61). Sum of RGB (Red+Green+Blue) = 158+226+61=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE23D is #611DC2. Grayscale: #BBBBBB. Windows color (decimal): -6364611 or 4055710. OLE color: 4055710.
HSL color Cylindrical-coordinate representation of color #9EE23D: hue angle of 84.73º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EE23D is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 61 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.11 |
| HSL | 84.73º | 0.74% | 0.56% | - |
| HSV(B) | 84.73º | 0.73% | 0.89% | - |
| XYZ | 42.14 | 62 | 14.16 | - |
| YUV | 186.86 | 56.97 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 61 | 0.30 | 0 | 0.73 | 0.11 | 84.73 | 0.74 | 0.56 |
| Hex | 9E | E2 | 3D | 1E | 0 | 49 | B | 55 | 4A | 38 |
| Octal | 236 | 342 | 75 | 36 | 0 | 111 | 13 | 125 | 112 | 70 |
| Binary | 10011110 | 11100010 | 111101 | 11110 | 0 | 1001001 | 1011 | 1010101 | 1001010 | 111000 |
Color Harmonies of #9EE23D
Complementary color
Monochromatic Colors of #9EE23D
Black with #9EE23D
Text Example
Text Example
White with #9EE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE23D; }
p { color: rgb(158,226,61); }
H1.HeaderClassName
{
color: #9EE23D;
}
.AnyTagClassName
{
color: #9EE23D;
}
</style>
background-color css
<style>
a { background-color: #9EE23D; }
a { background-color: rgb(158,226,61); }
div.DivClassName
{
background-color: #9EE23D;
}
.BgClassName
{
background-color: #9EE23D;
}
</style>
border-color css
<style>
span { border-color: #9EE23D; }
span { border-color: rgb(158,226,61); }
td.TdClassName
{
border-color: #9EE23D;
}
.TagClassName
{
border-color: #9EE23D;
}
</style>