Shades of Atlantis #9BE036
Tints of Atlantis #9BE036
RGB
CMYK
RGB Variations
Color information
#9BE036 (or 0x9BE036) is known color: Atlantis. HEX triplet: 9B, E0 and 36. RGB value is (155,224,54). Sum of RGB (Red+Green+Blue) = 155+224+54=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE036 is #641FC9. Grayscale: #B8B8B8. Windows color (decimal): -6561738 or 3596443. OLE color: 3596443.
HSL color Cylindrical-coordinate representation of color #9BE036: hue angle of 84.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BE036 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 54 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.12 |
| HSL | 84.35º | 0.73% | 0.55% | - |
| HSV(B) | 84.35º | 0.76% | 0.88% | - |
| XYZ | 40.84 | 60.55 | 13.02 | - |
| YUV | 183.99 | 54.64 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 54 | 0.31 | 0 | 0.76 | 0.12 | 84.35 | 0.73 | 0.55 |
| Hex | 9B | E0 | 36 | 1F | 0 | 4C | C | 54 | 49 | 37 |
| Octal | 233 | 340 | 66 | 37 | 0 | 114 | 14 | 124 | 111 | 67 |
| Binary | 10011011 | 11100000 | 110110 | 11111 | 0 | 1001100 | 1100 | 1010100 | 1001001 | 110111 |
Color Harmonies of #9BE036
Complementary color
Monochromatic Colors of #9BE036
Black with #9BE036
Text Example
Text Example
White with #9BE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE036; }
p { color: rgb(155,224,54); }
H1.HeaderClassName
{
color: #9BE036;
}
.AnyTagClassName
{
color: #9BE036;
}
</style>
background-color css
<style>
a { background-color: #9BE036; }
a { background-color: rgb(155,224,54); }
div.DivClassName
{
background-color: #9BE036;
}
.BgClassName
{
background-color: #9BE036;
}
</style>
border-color css
<style>
span { border-color: #9BE036; }
span { border-color: rgb(155,224,54); }
td.TdClassName
{
border-color: #9BE036;
}
.TagClassName
{
border-color: #9BE036;
}
</style>