Shades of Atlantis #9BC955
Tints of Atlantis #9BC955
RGB
CMYK
RGB Variations
Color information
#9BC955 (or 0x9BC955) is known color: Atlantis. HEX triplet: 9B, C9 and 55. RGB value is (155,201,85). Sum of RGB (Red+Green+Blue) = 155+201+85=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC955 is #6436AA. Grayscale: #AEAEAE. Windows color (decimal): -6567595 or 5622171. OLE color: 5622171.
HSL color Cylindrical-coordinate representation of color #9BC955: hue angle of 83.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BC955 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 85 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.21 |
| HSL | 83.79º | 0.52% | 0.56% | - |
| HSV(B) | 83.79º | 0.58% | 0.79% | - |
| XYZ | 36.04 | 49.4 | 16.23 | - |
| YUV | 174.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 85 | 0.23 | 0 | 0.58 | 0.21 | 83.79 | 0.52 | 0.56 |
| Hex | 9B | C9 | 55 | 17 | 0 | 3A | 15 | 54 | 34 | 38 |
| Octal | 233 | 311 | 125 | 27 | 0 | 72 | 25 | 124 | 64 | 70 |
| Binary | 10011011 | 11001001 | 1010101 | 10111 | 0 | 111010 | 10101 | 1010100 | 110100 | 111000 |
Color Harmonies of #9BC955
Complementary color
Monochromatic Colors of #9BC955
Black with #9BC955
Text Example
Text Example
White with #9BC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC955; }
p { color: rgb(155,201,85); }
H1.HeaderClassName
{
color: #9BC955;
}
.AnyTagClassName
{
color: #9BC955;
}
</style>
background-color css
<style>
a { background-color: #9BC955; }
a { background-color: rgb(155,201,85); }
div.DivClassName
{
background-color: #9BC955;
}
.BgClassName
{
background-color: #9BC955;
}
</style>
border-color css
<style>
span { border-color: #9BC955; }
span { border-color: rgb(155,201,85); }
td.TdClassName
{
border-color: #9BC955;
}
.TagClassName
{
border-color: #9BC955;
}
</style>