Shades of Atlantis #9BC945
Tints of Atlantis #9BC945
RGB
CMYK
RGB Variations
Color information
#9BC945 (or 0x9BC945) is known color: Atlantis. HEX triplet: 9B, C9 and 45. RGB value is (155,201,69). Sum of RGB (Red+Green+Blue) = 155+201+69=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC945 is #6436BA. Grayscale: #ACACAC. Windows color (decimal): -6567611 or 4573595. OLE color: 4573595.
HSL color Cylindrical-coordinate representation of color #9BC945: hue angle of 80.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BC945 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 69 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.21 |
| HSL | 80.91º | 0.55% | 0.53% | - |
| HSV(B) | 80.91º | 0.66% | 0.79% | - |
| XYZ | 35.48 | 49.17 | 13.25 | - |
| YUV | 172.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 69 | 0.23 | 0 | 0.66 | 0.21 | 80.91 | 0.55 | 0.53 |
| Hex | 9B | C9 | 45 | 17 | 0 | 42 | 15 | 51 | 37 | 35 |
| Octal | 233 | 311 | 105 | 27 | 0 | 102 | 25 | 121 | 67 | 65 |
| Binary | 10011011 | 11001001 | 1000101 | 10111 | 0 | 1000010 | 10101 | 1010001 | 110111 | 110101 |
Color Harmonies of #9BC945
Complementary color
Monochromatic Colors of #9BC945
Black with #9BC945
Text Example
Text Example
White with #9BC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC945; }
p { color: rgb(155,201,69); }
H1.HeaderClassName
{
color: #9BC945;
}
.AnyTagClassName
{
color: #9BC945;
}
</style>
background-color css
<style>
a { background-color: #9BC945; }
a { background-color: rgb(155,201,69); }
div.DivClassName
{
background-color: #9BC945;
}
.BgClassName
{
background-color: #9BC945;
}
</style>
border-color css
<style>
span { border-color: #9BC945; }
span { border-color: rgb(155,201,69); }
td.TdClassName
{
border-color: #9BC945;
}
.TagClassName
{
border-color: #9BC945;
}
</style>