Shades of Atlantis #9BE835
Tints of Atlantis #9BE835
RGB
CMYK
RGB Variations
Color information
#9BE835 (or 0x9BE835) is known color: Atlantis. HEX triplet: 9B, E8 and 35. RGB value is (155,232,53). Sum of RGB (Red+Green+Blue) = 155+232+53=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BE835 is #6417CA. Grayscale: #BDBDBD. Windows color (decimal): -6559691 or 3532955. OLE color: 3532955.
HSL color Cylindrical-coordinate representation of color #9BE835: hue angle of 85.81º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BE835 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 232 | 53 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.09 |
| HSL | 85.81º | 0.8% | 0.56% | - |
| HSV(B) | 85.81º | 0.77% | 0.91% | - |
| XYZ | 43.02 | 64.94 | 13.64 | - |
| YUV | 188.57 | 51.49 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 232 | 53 | 0.33 | 0 | 0.77 | 0.09 | 85.81 | 0.8 | 0.56 |
| Hex | 9B | E8 | 35 | 21 | 0 | 4D | 9 | 56 | 50 | 38 |
| Octal | 233 | 350 | 65 | 41 | 0 | 115 | 11 | 126 | 120 | 70 |
| Binary | 10011011 | 11101000 | 110101 | 100001 | 0 | 1001101 | 1001 | 1010110 | 1010000 | 111000 |
Color Harmonies of #9BE835
Complementary color
Monochromatic Colors of #9BE835
Black with #9BE835
Text Example
Text Example
White with #9BE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE835; }
p { color: rgb(155,232,53); }
H1.HeaderClassName
{
color: #9BE835;
}
.AnyTagClassName
{
color: #9BE835;
}
</style>
background-color css
<style>
a { background-color: #9BE835; }
a { background-color: rgb(155,232,53); }
div.DivClassName
{
background-color: #9BE835;
}
.BgClassName
{
background-color: #9BE835;
}
</style>
border-color css
<style>
span { border-color: #9BE835; }
span { border-color: rgb(155,232,53); }
td.TdClassName
{
border-color: #9BE835;
}
.TagClassName
{
border-color: #9BE835;
}
</style>