Shades of Atlantis #9BE232
Tints of Atlantis #9BE232
RGB
CMYK
RGB Variations
Color information
#9BE232 (or 0x9BE232) is known color: Atlantis. HEX triplet: 9B, E2 and 32. RGB value is (155,226,50). Sum of RGB (Red+Green+Blue) = 155+226+50=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE232 is #641DCD. Grayscale: #B9B9B9. Windows color (decimal): -6561230 or 3334811. OLE color: 3334811.
HSL color Cylindrical-coordinate representation of color #9BE232: hue angle of 84.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BE232 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 226 | 50 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.11 |
| HSL | 84.2º | 0.75% | 0.54% | - |
| HSV(B) | 84.2º | 0.78% | 0.89% | - |
| XYZ | 41.29 | 61.59 | 12.73 | - |
| YUV | 184.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 226 | 50 | 0.31 | 0 | 0.78 | 0.11 | 84.2 | 0.75 | 0.54 |
| Hex | 9B | E2 | 32 | 1F | 0 | 4E | B | 54 | 4B | 36 |
| Octal | 233 | 342 | 62 | 37 | 0 | 116 | 13 | 124 | 113 | 66 |
| Binary | 10011011 | 11100010 | 110010 | 11111 | 0 | 1001110 | 1011 | 1010100 | 1001011 | 110110 |
Color Harmonies of #9BE232
Complementary color
Monochromatic Colors of #9BE232
Black with #9BE232
Text Example
Text Example
White with #9BE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE232; }
p { color: rgb(155,226,50); }
H1.HeaderClassName
{
color: #9BE232;
}
.AnyTagClassName
{
color: #9BE232;
}
</style>
background-color css
<style>
a { background-color: #9BE232; }
a { background-color: rgb(155,226,50); }
div.DivClassName
{
background-color: #9BE232;
}
.BgClassName
{
background-color: #9BE232;
}
</style>
border-color css
<style>
span { border-color: #9BE232; }
span { border-color: rgb(155,226,50); }
td.TdClassName
{
border-color: #9BE232;
}
.TagClassName
{
border-color: #9BE232;
}
</style>