Shades of Atlantis #9BC040
Tints of Atlantis #9BC040
RGB
CMYK
RGB Variations
Color information
#9BC040 (or 0x9BC040) is known color: Atlantis. HEX triplet: 9B, C0 and 40. RGB value is (155,192,64). Sum of RGB (Red+Green+Blue) = 155+192+64=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC040 is #643FBF. Grayscale: #A6A6A6. Windows color (decimal): -6569920 or 4243611. OLE color: 4243611.
HSL color Cylindrical-coordinate representation of color #9BC040: hue angle of 77.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BC040 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 64 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.25 |
| HSL | 77.34º | 0.5% | 0.5% | - |
| HSV(B) | 77.34º | 0.67% | 0.75% | - |
| XYZ | 33.29 | 45.04 | 11.79 | - |
| YUV | 166.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 64 | 0.19 | 0 | 0.67 | 0.25 | 77.34 | 0.5 | 0.5 |
| Hex | 9B | C0 | 40 | 13 | 0 | 43 | 19 | 4D | 32 | 32 |
| Octal | 233 | 300 | 100 | 23 | 0 | 103 | 31 | 115 | 62 | 62 |
| Binary | 10011011 | 11000000 | 1000000 | 10011 | 0 | 1000011 | 11001 | 1001101 | 110010 | 110010 |
Color Harmonies of #9BC040
Complementary color
Monochromatic Colors of #9BC040
Black with #9BC040
Text Example
Text Example
White with #9BC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC040; }
p { color: rgb(155,192,64); }
H1.HeaderClassName
{
color: #9BC040;
}
.AnyTagClassName
{
color: #9BC040;
}
</style>
background-color css
<style>
a { background-color: #9BC040; }
a { background-color: rgb(155,192,64); }
div.DivClassName
{
background-color: #9BC040;
}
.BgClassName
{
background-color: #9BC040;
}
</style>
border-color css
<style>
span { border-color: #9BC040; }
span { border-color: rgb(155,192,64); }
td.TdClassName
{
border-color: #9BC040;
}
.TagClassName
{
border-color: #9BC040;
}
</style>