Shades of Atlantis #9BE039
Tints of Atlantis #9BE039
RGB
CMYK
RGB Variations
Color information
#9BE039 (or 0x9BE039) is known color: Atlantis. HEX triplet: 9B, E0 and 39. RGB value is (155,224,57). Sum of RGB (Red+Green+Blue) = 155+224+57=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE039 is #641FC6. Grayscale: #B8B8B8. Windows color (decimal): -6561735 or 3793051. OLE color: 3793051.
HSL color Cylindrical-coordinate representation of color #9BE039: hue angle of 84.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BE039 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 57 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.12 |
| HSL | 84.79º | 0.73% | 0.55% | - |
| HSV(B) | 84.79º | 0.75% | 0.88% | - |
| XYZ | 40.91 | 60.58 | 13.41 | - |
| YUV | 184.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 57 | 0.31 | 0 | 0.75 | 0.12 | 84.79 | 0.73 | 0.55 |
| Hex | 9B | E0 | 39 | 1F | 0 | 4B | C | 55 | 49 | 37 |
| Octal | 233 | 340 | 71 | 37 | 0 | 113 | 14 | 125 | 111 | 67 |
| Binary | 10011011 | 11100000 | 111001 | 11111 | 0 | 1001011 | 1100 | 1010101 | 1001001 | 110111 |
Color Harmonies of #9BE039
Complementary color
Monochromatic Colors of #9BE039
Black with #9BE039
Text Example
Text Example
White with #9BE039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE039; }
p { color: rgb(155,224,57); }
H1.HeaderClassName
{
color: #9BE039;
}
.AnyTagClassName
{
color: #9BE039;
}
</style>
background-color css
<style>
a { background-color: #9BE039; }
a { background-color: rgb(155,224,57); }
div.DivClassName
{
background-color: #9BE039;
}
.BgClassName
{
background-color: #9BE039;
}
</style>
border-color css
<style>
span { border-color: #9BE039; }
span { border-color: rgb(155,224,57); }
td.TdClassName
{
border-color: #9BE039;
}
.TagClassName
{
border-color: #9BE039;
}
</style>