Shades of Atlantis #9EE430
Tints of Atlantis #9EE430
RGB
CMYK
RGB Variations
Color information
#9EE430 (or 0x9EE430) is known color: Atlantis. HEX triplet: 9E, E4 and 30. RGB value is (158,228,48). Sum of RGB (Red+Green+Blue) = 158+228+48=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 228 (89.45% from 255 or 52.53% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE430 is #611BCF. Grayscale: #BBBBBB. Windows color (decimal): -6364112 or 3204254. OLE color: 3204254.
HSL color Cylindrical-coordinate representation of color #9EE430: hue angle of 83.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EE430 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 48 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.11 |
| HSL | 83.33º | 0.77% | 0.54% | - |
| HSV(B) | 83.33º | 0.79% | 0.89% | - |
| XYZ | 42.38 | 62.97 | 12.72 | - |
| YUV | 186.55 | 49.81 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 48 | 0.31 | 0 | 0.79 | 0.11 | 83.33 | 0.77 | 0.54 |
| Hex | 9E | E4 | 30 | 1F | 0 | 4F | B | 53 | 4D | 36 |
| Octal | 236 | 344 | 60 | 37 | 0 | 117 | 13 | 123 | 115 | 66 |
| Binary | 10011110 | 11100100 | 110000 | 11111 | 0 | 1001111 | 1011 | 1010011 | 1001101 | 110110 |
Color Harmonies of #9EE430
Complementary color
Monochromatic Colors of #9EE430
Black with #9EE430
Text Example
Text Example
White with #9EE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE430; }
p { color: rgb(158,228,48); }
H1.HeaderClassName
{
color: #9EE430;
}
.AnyTagClassName
{
color: #9EE430;
}
</style>
background-color css
<style>
a { background-color: #9EE430; }
a { background-color: rgb(158,228,48); }
div.DivClassName
{
background-color: #9EE430;
}
.BgClassName
{
background-color: #9EE430;
}
</style>
border-color css
<style>
span { border-color: #9EE430; }
span { border-color: rgb(158,228,48); }
td.TdClassName
{
border-color: #9EE430;
}
.TagClassName
{
border-color: #9EE430;
}
</style>