Shades of Atlantis #9BCC54
Tints of Atlantis #9BCC54
RGB
CMYK
RGB Variations
Color information
#9BCC54 (or 0x9BCC54) is known color: Atlantis. HEX triplet: 9B, CC and 54. RGB value is (155,204,84). Sum of RGB (Red+Green+Blue) = 155+204+84=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC54 is #6433AB. Grayscale: #B0B0B0. Windows color (decimal): -6566828 or 5557403. OLE color: 5557403.
HSL color Cylindrical-coordinate representation of color #9BCC54: hue angle of 84.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BCC54 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 84 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.2 |
| HSL | 84.5º | 0.54% | 0.56% | - |
| HSV(B) | 84.5º | 0.59% | 0.8% | - |
| XYZ | 36.71 | 50.79 | 16.26 | - |
| YUV | 175.67 | 76.27 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 84 | 0.24 | 0 | 0.59 | 0.2 | 84.5 | 0.54 | 0.56 |
| Hex | 9B | CC | 54 | 18 | 0 | 3B | 14 | 54 | 36 | 38 |
| Octal | 233 | 314 | 124 | 30 | 0 | 73 | 24 | 124 | 66 | 70 |
| Binary | 10011011 | 11001100 | 1010100 | 11000 | 0 | 111011 | 10100 | 1010100 | 110110 | 111000 |
Color Harmonies of #9BCC54
Complementary color
Monochromatic Colors of #9BCC54
Black with #9BCC54
Text Example
Text Example
White with #9BCC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC54; }
p { color: rgb(155,204,84); }
H1.HeaderClassName
{
color: #9BCC54;
}
.AnyTagClassName
{
color: #9BCC54;
}
</style>
background-color css
<style>
a { background-color: #9BCC54; }
a { background-color: rgb(155,204,84); }
div.DivClassName
{
background-color: #9BCC54;
}
.BgClassName
{
background-color: #9BCC54;
}
</style>
border-color css
<style>
span { border-color: #9BCC54; }
span { border-color: rgb(155,204,84); }
td.TdClassName
{
border-color: #9BCC54;
}
.TagClassName
{
border-color: #9BCC54;
}
</style>