Shades of Atlantis #9CC946
Tints of Atlantis #9CC946
RGB
CMYK
RGB Variations
Color information
#9CC946 (or 0x9CC946) is known color: Atlantis. HEX triplet: 9C, C9 and 46. RGB value is (156,201,70). Sum of RGB (Red+Green+Blue) = 156+201+70=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC946 is #6336B9. Grayscale: #ADADAD. Windows color (decimal): -6502074 or 4639132. OLE color: 4639132.
HSL color Cylindrical-coordinate representation of color #9CC946: hue angle of 80.61º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CC946 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 201 | 70 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.21 |
| HSL | 80.61º | 0.55% | 0.53% | - |
| HSV(B) | 80.61º | 0.65% | 0.79% | - |
| XYZ | 35.7 | 49.28 | 13.43 | - |
| YUV | 172.61 | 70.09 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 70 | 0.22 | 0 | 0.65 | 0.21 | 80.61 | 0.55 | 0.53 |
| Hex | 9C | C9 | 46 | 16 | 0 | 41 | 15 | 51 | 37 | 35 |
| Octal | 234 | 311 | 106 | 26 | 0 | 101 | 25 | 121 | 67 | 65 |
| Binary | 10011100 | 11001001 | 1000110 | 10110 | 0 | 1000001 | 10101 | 1010001 | 110111 | 110101 |
Color Harmonies of #9CC946
Complementary color
Monochromatic Colors of #9CC946
Black with #9CC946
Text Example
Text Example
White with #9CC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC946; }
p { color: rgb(156,201,70); }
H1.HeaderClassName
{
color: #9CC946;
}
.AnyTagClassName
{
color: #9CC946;
}
</style>
background-color css
<style>
a { background-color: #9CC946; }
a { background-color: rgb(156,201,70); }
div.DivClassName
{
background-color: #9CC946;
}
.BgClassName
{
background-color: #9CC946;
}
</style>
border-color css
<style>
span { border-color: #9CC946; }
span { border-color: rgb(156,201,70); }
td.TdClassName
{
border-color: #9CC946;
}
.TagClassName
{
border-color: #9CC946;
}
</style>