Shades of Atlantis #9CC541
Tints of Atlantis #9CC541
RGB
CMYK
RGB Variations
Color information
#9CC541 (or 0x9CC541) is known color: Atlantis. HEX triplet: 9C, C5 and 41. RGB value is (156,197,65). Sum of RGB (Red+Green+Blue) = 156+197+65=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC541 is #633ABE. Grayscale: #AAAAAA. Windows color (decimal): -6503103 or 4310428. OLE color: 4310428.
HSL color Cylindrical-coordinate representation of color #9CC541: hue angle of 78.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CC541 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 65 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.23 |
| HSL | 78.64º | 0.53% | 0.51% | - |
| HSV(B) | 78.64º | 0.67% | 0.77% | - |
| XYZ | 34.63 | 47.38 | 12.32 | - |
| YUV | 169.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 65 | 0.21 | 0 | 0.67 | 0.23 | 78.64 | 0.53 | 0.51 |
| Hex | 9C | C5 | 41 | 15 | 0 | 43 | 17 | 4F | 35 | 33 |
| Octal | 234 | 305 | 101 | 25 | 0 | 103 | 27 | 117 | 65 | 63 |
| Binary | 10011100 | 11000101 | 1000001 | 10101 | 0 | 1000011 | 10111 | 1001111 | 110101 | 110011 |
Color Harmonies of #9CC541
Complementary color
Monochromatic Colors of #9CC541
Black with #9CC541
Text Example
Text Example
White with #9CC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC541; }
p { color: rgb(156,197,65); }
H1.HeaderClassName
{
color: #9CC541;
}
.AnyTagClassName
{
color: #9CC541;
}
</style>
background-color css
<style>
a { background-color: #9CC541; }
a { background-color: rgb(156,197,65); }
div.DivClassName
{
background-color: #9CC541;
}
.BgClassName
{
background-color: #9CC541;
}
</style>
border-color css
<style>
span { border-color: #9CC541; }
span { border-color: rgb(156,197,65); }
td.TdClassName
{
border-color: #9CC541;
}
.TagClassName
{
border-color: #9CC541;
}
</style>