Shades of Atlantis #9CC43D
Tints of Atlantis #9CC43D
RGB
CMYK
RGB Variations
Color information
#9CC43D (or 0x9CC43D) is known color: Atlantis. HEX triplet: 9C, C4 and 3D. RGB value is (156,196,61). Sum of RGB (Red+Green+Blue) = 156+196+61=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC43D is #633BC2. Grayscale: #A9A9A9. Windows color (decimal): -6503363 or 4048028. OLE color: 4048028.
HSL color Cylindrical-coordinate representation of color #9CC43D: hue angle of 77.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CC43D is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 61 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.23 |
| HSL | 77.78º | 0.53% | 0.5% | - |
| HSV(B) | 77.78º | 0.69% | 0.77% | - |
| XYZ | 34.29 | 46.88 | 11.66 | - |
| YUV | 168.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 61 | 0.20 | 0 | 0.69 | 0.23 | 77.78 | 0.53 | 0.5 |
| Hex | 9C | C4 | 3D | 14 | 0 | 45 | 17 | 4E | 35 | 32 |
| Octal | 234 | 304 | 75 | 24 | 0 | 105 | 27 | 116 | 65 | 62 |
| Binary | 10011100 | 11000100 | 111101 | 10100 | 0 | 1000101 | 10111 | 1001110 | 110101 | 110010 |
Color Harmonies of #9CC43D
Complementary color
Monochromatic Colors of #9CC43D
Black with #9CC43D
Text Example
Text Example
White with #9CC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC43D; }
p { color: rgb(156,196,61); }
H1.HeaderClassName
{
color: #9CC43D;
}
.AnyTagClassName
{
color: #9CC43D;
}
</style>
background-color css
<style>
a { background-color: #9CC43D; }
a { background-color: rgb(156,196,61); }
div.DivClassName
{
background-color: #9CC43D;
}
.BgClassName
{
background-color: #9CC43D;
}
</style>
border-color css
<style>
span { border-color: #9CC43D; }
span { border-color: rgb(156,196,61); }
td.TdClassName
{
border-color: #9CC43D;
}
.TagClassName
{
border-color: #9CC43D;
}
</style>