Shades of Atlantis #9EE143
Tints of Atlantis #9EE143
RGB
CMYK
RGB Variations
Color information
#9EE143 (or 0x9EE143) is known color: Atlantis. HEX triplet: 9E, E1 and 43. RGB value is (158,225,67). Sum of RGB (Red+Green+Blue) = 158+225+67=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE143 is #611EBC. Grayscale: #BBBBBB. Windows color (decimal): -6364861 or 4448670. OLE color: 4448670.
HSL color Cylindrical-coordinate representation of color #9EE143: hue angle of 85.44º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9EE143 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 67 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.12 |
| HSL | 85.44º | 0.72% | 0.57% | - |
| HSV(B) | 85.44º | 0.7% | 0.88% | - |
| XYZ | 42.04 | 61.52 | 14.97 | - |
| YUV | 186.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 67 | 0.30 | 0 | 0.70 | 0.12 | 85.44 | 0.72 | 0.57 |
| Hex | 9E | E1 | 43 | 1E | 0 | 46 | C | 55 | 48 | 39 |
| Octal | 236 | 341 | 103 | 36 | 0 | 106 | 14 | 125 | 110 | 71 |
| Binary | 10011110 | 11100001 | 1000011 | 11110 | 0 | 1000110 | 1100 | 1010101 | 1001000 | 111001 |
Color Harmonies of #9EE143
Complementary color
Monochromatic Colors of #9EE143
Black with #9EE143
Text Example
Text Example
White with #9EE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE143; }
p { color: rgb(158,225,67); }
H1.HeaderClassName
{
color: #9EE143;
}
.AnyTagClassName
{
color: #9EE143;
}
</style>
background-color css
<style>
a { background-color: #9EE143; }
a { background-color: rgb(158,225,67); }
div.DivClassName
{
background-color: #9EE143;
}
.BgClassName
{
background-color: #9EE143;
}
</style>
border-color css
<style>
span { border-color: #9EE143; }
span { border-color: rgb(158,225,67); }
td.TdClassName
{
border-color: #9EE143;
}
.TagClassName
{
border-color: #9EE143;
}
</style>