Shades of Atlantis #9BE136
Tints of Atlantis #9BE136
RGB
CMYK
RGB Variations
Color information
#9BE136 (or 0x9BE136) is known color: Atlantis. HEX triplet: 9B, E1 and 36. RGB value is (155,225,54). Sum of RGB (Red+Green+Blue) = 155+225+54=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE136 is #641EC9. Grayscale: #B9B9B9. Windows color (decimal): -6561482 or 3596699. OLE color: 3596699.
HSL color Cylindrical-coordinate representation of color #9BE136: hue angle of 84.56º degrees, saturation: 0.74, 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 #9BE136 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 54 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.12 |
| HSL | 84.56º | 0.74% | 0.55% | - |
| HSV(B) | 84.56º | 0.76% | 0.88% | - |
| XYZ | 41.11 | 61.09 | 13.11 | - |
| YUV | 184.58 | 54.31 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 54 | 0.31 | 0 | 0.76 | 0.12 | 84.56 | 0.74 | 0.55 |
| Hex | 9B | E1 | 36 | 1F | 0 | 4C | C | 55 | 4A | 37 |
| Octal | 233 | 341 | 66 | 37 | 0 | 114 | 14 | 125 | 112 | 67 |
| Binary | 10011011 | 11100001 | 110110 | 11111 | 0 | 1001100 | 1100 | 1010101 | 1001010 | 110111 |
Color Harmonies of #9BE136
Complementary color
Monochromatic Colors of #9BE136
Black with #9BE136
Text Example
Text Example
White with #9BE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE136; }
p { color: rgb(155,225,54); }
H1.HeaderClassName
{
color: #9BE136;
}
.AnyTagClassName
{
color: #9BE136;
}
</style>
background-color css
<style>
a { background-color: #9BE136; }
a { background-color: rgb(155,225,54); }
div.DivClassName
{
background-color: #9BE136;
}
.BgClassName
{
background-color: #9BE136;
}
</style>
border-color css
<style>
span { border-color: #9BE136; }
span { border-color: rgb(155,225,54); }
td.TdClassName
{
border-color: #9BE136;
}
.TagClassName
{
border-color: #9BE136;
}
</style>