Shades of Atlantis #9BCC47
Tints of Atlantis #9BCC47
RGB
CMYK
RGB Variations
Color information
#9BCC47 (or 0x9BCC47) is known color: Atlantis. HEX triplet: 9B, CC and 47. RGB value is (155,204,71). Sum of RGB (Red+Green+Blue) = 155+204+71=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCC47 is #6433B8. Grayscale: #AEAEAE. Windows color (decimal): -6566841 or 4705435. OLE color: 4705435.
HSL color Cylindrical-coordinate representation of color #9BCC47: hue angle of 82.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BCC47 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 71 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.2 |
| HSL | 82.11º | 0.57% | 0.54% | - |
| HSV(B) | 82.11º | 0.65% | 0.8% | - |
| XYZ | 36.25 | 50.61 | 13.82 | - |
| YUV | 174.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 71 | 0.24 | 0 | 0.65 | 0.2 | 82.11 | 0.57 | 0.54 |
| Hex | 9B | CC | 47 | 18 | 0 | 41 | 14 | 52 | 39 | 36 |
| Octal | 233 | 314 | 107 | 30 | 0 | 101 | 24 | 122 | 71 | 66 |
| Binary | 10011011 | 11001100 | 1000111 | 11000 | 0 | 1000001 | 10100 | 1010010 | 111001 | 110110 |
Color Harmonies of #9BCC47
Complementary color
Monochromatic Colors of #9BCC47
Black with #9BCC47
Text Example
Text Example
White with #9BCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC47; }
p { color: rgb(155,204,71); }
H1.HeaderClassName
{
color: #9BCC47;
}
.AnyTagClassName
{
color: #9BCC47;
}
</style>
background-color css
<style>
a { background-color: #9BCC47; }
a { background-color: rgb(155,204,71); }
div.DivClassName
{
background-color: #9BCC47;
}
.BgClassName
{
background-color: #9BCC47;
}
</style>
border-color css
<style>
span { border-color: #9BCC47; }
span { border-color: rgb(155,204,71); }
td.TdClassName
{
border-color: #9BCC47;
}
.TagClassName
{
border-color: #9BCC47;
}
</style>