Shades of Atlantis #9EE347
Tints of Atlantis #9EE347
RGB
CMYK
RGB Variations
Color information
#9EE347 (or 0x9EE347) is known color: Atlantis. HEX triplet: 9E, E3 and 47. RGB value is (158,227,71). Sum of RGB (Red+Green+Blue) = 158+227+71=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE347 is #611CB8. Grayscale: #BDBDBD. Windows color (decimal): -6364345 or 4711326. OLE color: 4711326.
HSL color Cylindrical-coordinate representation of color #9EE347: hue angle of 86.54º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EE347 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 227 | 71 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.11 |
| HSL | 86.54º | 0.74% | 0.58% | - |
| HSV(B) | 86.54º | 0.69% | 0.89% | - |
| XYZ | 42.71 | 62.66 | 15.81 | - |
| YUV | 188.59 | 61.64 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 227 | 71 | 0.30 | 0 | 0.69 | 0.11 | 86.54 | 0.74 | 0.58 |
| Hex | 9E | E3 | 47 | 1E | 0 | 45 | B | 57 | 4A | 3A |
| Octal | 236 | 343 | 107 | 36 | 0 | 105 | 13 | 127 | 112 | 72 |
| Binary | 10011110 | 11100011 | 1000111 | 11110 | 0 | 1000101 | 1011 | 1010111 | 1001010 | 111010 |
Color Harmonies of #9EE347
Complementary color
Monochromatic Colors of #9EE347
Black with #9EE347
Text Example
Text Example
White with #9EE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE347; }
p { color: rgb(158,227,71); }
H1.HeaderClassName
{
color: #9EE347;
}
.AnyTagClassName
{
color: #9EE347;
}
</style>
background-color css
<style>
a { background-color: #9EE347; }
a { background-color: rgb(158,227,71); }
div.DivClassName
{
background-color: #9EE347;
}
.BgClassName
{
background-color: #9EE347;
}
</style>
border-color css
<style>
span { border-color: #9EE347; }
span { border-color: rgb(158,227,71); }
td.TdClassName
{
border-color: #9EE347;
}
.TagClassName
{
border-color: #9EE347;
}
</style>