Shades of Atlantis #9BE436
Tints of Atlantis #9BE436
RGB
CMYK
RGB Variations
Color information
#9BE436 (or 0x9BE436) is known color: Atlantis. HEX triplet: 9B, E4 and 36. RGB value is (155,228,54). Sum of RGB (Red+Green+Blue) = 155+228+54=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE436 is #641BC9. Grayscale: #BABABA. Windows color (decimal): -6560714 or 3597467. OLE color: 3597467.
HSL color Cylindrical-coordinate representation of color #9BE436: hue angle of 85.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BE436 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 54 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.11 |
| HSL | 85.17º | 0.76% | 0.55% | - |
| HSV(B) | 85.17º | 0.76% | 0.89% | - |
| XYZ | 41.93 | 62.72 | 13.39 | - |
| YUV | 186.34 | 53.32 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 54 | 0.32 | 0 | 0.76 | 0.11 | 85.17 | 0.76 | 0.55 |
| Hex | 9B | E4 | 36 | 20 | 0 | 4C | B | 55 | 4C | 37 |
| Octal | 233 | 344 | 66 | 40 | 0 | 114 | 13 | 125 | 114 | 67 |
| Binary | 10011011 | 11100100 | 110110 | 100000 | 0 | 1001100 | 1011 | 1010101 | 1001100 | 110111 |
Color Harmonies of #9BE436
Complementary color
Monochromatic Colors of #9BE436
Black with #9BE436
Text Example
Text Example
White with #9BE436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE436; }
p { color: rgb(155,228,54); }
H1.HeaderClassName
{
color: #9BE436;
}
.AnyTagClassName
{
color: #9BE436;
}
</style>
background-color css
<style>
a { background-color: #9BE436; }
a { background-color: rgb(155,228,54); }
div.DivClassName
{
background-color: #9BE436;
}
.BgClassName
{
background-color: #9BE436;
}
</style>
border-color css
<style>
span { border-color: #9BE436; }
span { border-color: rgb(155,228,54); }
td.TdClassName
{
border-color: #9BE436;
}
.TagClassName
{
border-color: #9BE436;
}
</style>