Shades of Atlantis #9EE533
Tints of Atlantis #9EE533
RGB
CMYK
RGB Variations
Color information
#9EE533 (or 0x9EE533) is known color: Atlantis. HEX triplet: 9E, E5 and 33. RGB value is (158,229,51). Sum of RGB (Red+Green+Blue) = 158+229+51=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE533 is #611ACC. Grayscale: #BCBCBC. Windows color (decimal): -6363853 or 3401118. OLE color: 3401118.
HSL color Cylindrical-coordinate representation of color #9EE533: hue angle of 83.93º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EE533 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 51 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.10 |
| HSL | 83.93º | 0.77% | 0.55% | - |
| HSV(B) | 83.93º | 0.78% | 0.9% | - |
| XYZ | 42.72 | 63.55 | 13.15 | - |
| YUV | 187.48 | 50.98 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 51 | 0.31 | 0 | 0.78 | 0.10 | 83.93 | 0.77 | 0.55 |
| Hex | 9E | E5 | 33 | 1F | 0 | 4E | A | 54 | 4D | 37 |
| Octal | 236 | 345 | 63 | 37 | 0 | 116 | 12 | 124 | 115 | 67 |
| Binary | 10011110 | 11100101 | 110011 | 11111 | 0 | 1001110 | 1010 | 1010100 | 1001101 | 110111 |
Color Harmonies of #9EE533
Complementary color
Monochromatic Colors of #9EE533
Black with #9EE533
Text Example
Text Example
White with #9EE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE533; }
p { color: rgb(158,229,51); }
H1.HeaderClassName
{
color: #9EE533;
}
.AnyTagClassName
{
color: #9EE533;
}
</style>
background-color css
<style>
a { background-color: #9EE533; }
a { background-color: rgb(158,229,51); }
div.DivClassName
{
background-color: #9EE533;
}
.BgClassName
{
background-color: #9EE533;
}
</style>
border-color css
<style>
span { border-color: #9EE533; }
span { border-color: rgb(158,229,51); }
td.TdClassName
{
border-color: #9EE533;
}
.TagClassName
{
border-color: #9EE533;
}
</style>