Shades of Atlantis #9BE231
Tints of Atlantis #9BE231
RGB
CMYK
RGB Variations
Color information
#9BE231 (or 0x9BE231) is known color: Atlantis. HEX triplet: 9B, E2 and 31. RGB value is (155,226,49). Sum of RGB (Red+Green+Blue) = 155+226+49=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE231 is #641DCE. Grayscale: #B9B9B9. Windows color (decimal): -6561231 or 3269275. OLE color: 3269275.
HSL color Cylindrical-coordinate representation of color #9BE231: hue angle of 84.07º 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 #9BE231 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 226 | 49 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.11 |
| HSL | 84.07º | 0.75% | 0.54% | - |
| HSV(B) | 84.07º | 0.78% | 0.89% | - |
| XYZ | 41.27 | 61.58 | 12.62 | - |
| YUV | 184.59 | 51.48 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 226 | 49 | 0.31 | 0 | 0.78 | 0.11 | 84.07 | 0.75 | 0.54 |
| Hex | 9B | E2 | 31 | 1F | 0 | 4E | B | 54 | 4B | 36 |
| Octal | 233 | 342 | 61 | 37 | 0 | 116 | 13 | 124 | 113 | 66 |
| Binary | 10011011 | 11100010 | 110001 | 11111 | 0 | 1001110 | 1011 | 1010100 | 1001011 | 110110 |
Color Harmonies of #9BE231
Complementary color
Monochromatic Colors of #9BE231
Black with #9BE231
Text Example
Text Example
White with #9BE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE231; }
p { color: rgb(155,226,49); }
H1.HeaderClassName
{
color: #9BE231;
}
.AnyTagClassName
{
color: #9BE231;
}
</style>
background-color css
<style>
a { background-color: #9BE231; }
a { background-color: rgb(155,226,49); }
div.DivClassName
{
background-color: #9BE231;
}
.BgClassName
{
background-color: #9BE231;
}
</style>
border-color css
<style>
span { border-color: #9BE231; }
span { border-color: rgb(155,226,49); }
td.TdClassName
{
border-color: #9BE231;
}
.TagClassName
{
border-color: #9BE231;
}
</style>