Shades of Atlantis #9BC653
Tints of Atlantis #9BC653
RGB
CMYK
RGB Variations
Color information
#9BC653 (or 0x9BC653) is known color: Atlantis. HEX triplet: 9B, C6 and 53. RGB value is (155,198,83). Sum of RGB (Red+Green+Blue) = 155+198+83=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC653 is #6439AC. Grayscale: #ACACAC. Windows color (decimal): -6568365 or 5490331. OLE color: 5490331.
HSL color Cylindrical-coordinate representation of color #9BC653: hue angle of 82.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BC653 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 83 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.22 |
| HSL | 82.43º | 0.5% | 0.55% | - |
| HSV(B) | 82.43º | 0.58% | 0.78% | - |
| XYZ | 35.27 | 47.98 | 15.59 | - |
| YUV | 172.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 83 | 0.22 | 0 | 0.58 | 0.22 | 82.43 | 0.5 | 0.55 |
| Hex | 9B | C6 | 53 | 16 | 0 | 3A | 16 | 52 | 32 | 37 |
| Octal | 233 | 306 | 123 | 26 | 0 | 72 | 26 | 122 | 62 | 67 |
| Binary | 10011011 | 11000110 | 1010011 | 10110 | 0 | 111010 | 10110 | 1010010 | 110010 | 110111 |
Color Harmonies of #9BC653
Complementary color
Monochromatic Colors of #9BC653
Black with #9BC653
Text Example
Text Example
White with #9BC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC653; }
p { color: rgb(155,198,83); }
H1.HeaderClassName
{
color: #9BC653;
}
.AnyTagClassName
{
color: #9BC653;
}
</style>
background-color css
<style>
a { background-color: #9BC653; }
a { background-color: rgb(155,198,83); }
div.DivClassName
{
background-color: #9BC653;
}
.BgClassName
{
background-color: #9BC653;
}
</style>
border-color css
<style>
span { border-color: #9BC653; }
span { border-color: rgb(155,198,83); }
td.TdClassName
{
border-color: #9BC653;
}
.TagClassName
{
border-color: #9BC653;
}
</style>