Shades of Atlantis #9BC553
Tints of Atlantis #9BC553
RGB
CMYK
RGB Variations
Color information
#9BC553 (or 0x9BC553) is known color: Atlantis. HEX triplet: 9B, C5 and 53. RGB value is (155,197,83). Sum of RGB (Red+Green+Blue) = 155+197+83=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC553 is #643AAC. Grayscale: #ABABAB. Windows color (decimal): -6568621 or 5490075. OLE color: 5490075.
HSL color Cylindrical-coordinate representation of color #9BC553: hue angle of 82.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BC553 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 83 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.23 |
| HSL | 82.11º | 0.5% | 0.55% | - |
| HSV(B) | 82.11º | 0.58% | 0.77% | - |
| XYZ | 35.05 | 47.53 | 15.51 | - |
| YUV | 171.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 83 | 0.21 | 0 | 0.58 | 0.23 | 82.11 | 0.5 | 0.55 |
| Hex | 9B | C5 | 53 | 15 | 0 | 3A | 17 | 52 | 32 | 37 |
| Octal | 233 | 305 | 123 | 25 | 0 | 72 | 27 | 122 | 62 | 67 |
| Binary | 10011011 | 11000101 | 1010011 | 10101 | 0 | 111010 | 10111 | 1010010 | 110010 | 110111 |
Color Harmonies of #9BC553
Complementary color
Monochromatic Colors of #9BC553
Black with #9BC553
Text Example
Text Example
White with #9BC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC553; }
p { color: rgb(155,197,83); }
H1.HeaderClassName
{
color: #9BC553;
}
.AnyTagClassName
{
color: #9BC553;
}
</style>
background-color css
<style>
a { background-color: #9BC553; }
a { background-color: rgb(155,197,83); }
div.DivClassName
{
background-color: #9BC553;
}
.BgClassName
{
background-color: #9BC553;
}
</style>
border-color css
<style>
span { border-color: #9BC553; }
span { border-color: rgb(155,197,83); }
td.TdClassName
{
border-color: #9BC553;
}
.TagClassName
{
border-color: #9BC553;
}
</style>