Shades of Atlantis #9CC546
Tints of Atlantis #9CC546
RGB
CMYK
RGB Variations
Color information
#9CC546 (or 0x9CC546) is known color: Atlantis. HEX triplet: 9C, C5 and 46. RGB value is (156,197,70). Sum of RGB (Red+Green+Blue) = 156+197+70=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC546 is #633AB9. Grayscale: #AAAAAA. Windows color (decimal): -6503098 or 4638108. OLE color: 4638108.
HSL color Cylindrical-coordinate representation of color #9CC546: hue angle of 79.37º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CC546 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 70 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.23 |
| HSL | 79.37º | 0.52% | 0.52% | - |
| HSV(B) | 79.37º | 0.64% | 0.77% | - |
| XYZ | 34.78 | 47.44 | 13.12 | - |
| YUV | 170.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 70 | 0.21 | 0 | 0.64 | 0.23 | 79.37 | 0.52 | 0.52 |
| Hex | 9C | C5 | 46 | 15 | 0 | 40 | 17 | 4F | 34 | 34 |
| Octal | 234 | 305 | 106 | 25 | 0 | 100 | 27 | 117 | 64 | 64 |
| Binary | 10011100 | 11000101 | 1000110 | 10101 | 0 | 1000000 | 10111 | 1001111 | 110100 | 110100 |
Color Harmonies of #9CC546
Complementary color
Monochromatic Colors of #9CC546
Black with #9CC546
Text Example
Text Example
White with #9CC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC546; }
p { color: rgb(156,197,70); }
H1.HeaderClassName
{
color: #9CC546;
}
.AnyTagClassName
{
color: #9CC546;
}
</style>
background-color css
<style>
a { background-color: #9CC546; }
a { background-color: rgb(156,197,70); }
div.DivClassName
{
background-color: #9CC546;
}
.BgClassName
{
background-color: #9CC546;
}
</style>
border-color css
<style>
span { border-color: #9CC546; }
span { border-color: rgb(156,197,70); }
td.TdClassName
{
border-color: #9CC546;
}
.TagClassName
{
border-color: #9CC546;
}
</style>