Shades of Atlantis #9CC14D
Tints of Atlantis #9CC14D
RGB
CMYK
RGB Variations
Color information
#9CC14D (or 0x9CC14D) is known color: Atlantis. HEX triplet: 9C, C1 and 4D. RGB value is (156,193,77). Sum of RGB (Red+Green+Blue) = 156+193+77=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC14D is #633EB2. Grayscale: #A9A9A9. Windows color (decimal): -6504115 or 5095836. OLE color: 5095836.
HSL color Cylindrical-coordinate representation of color #9CC14D: hue angle of 79.14º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CC14D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 77 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.24 |
| HSL | 79.14º | 0.48% | 0.53% | - |
| HSV(B) | 79.14º | 0.6% | 0.76% | - |
| XYZ | 34.12 | 45.74 | 14.05 | - |
| YUV | 168.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 77 | 0.19 | 0 | 0.60 | 0.24 | 79.14 | 0.48 | 0.53 |
| Hex | 9C | C1 | 4D | 13 | 0 | 3C | 18 | 4F | 30 | 35 |
| Octal | 234 | 301 | 115 | 23 | 0 | 74 | 30 | 117 | 60 | 65 |
| Binary | 10011100 | 11000001 | 1001101 | 10011 | 0 | 111100 | 11000 | 1001111 | 110000 | 110101 |
Color Harmonies of #9CC14D
Complementary color
Monochromatic Colors of #9CC14D
Black with #9CC14D
Text Example
Text Example
White with #9CC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC14D; }
p { color: rgb(156,193,77); }
H1.HeaderClassName
{
color: #9CC14D;
}
.AnyTagClassName
{
color: #9CC14D;
}
</style>
background-color css
<style>
a { background-color: #9CC14D; }
a { background-color: rgb(156,193,77); }
div.DivClassName
{
background-color: #9CC14D;
}
.BgClassName
{
background-color: #9CC14D;
}
</style>
border-color css
<style>
span { border-color: #9CC14D; }
span { border-color: rgb(156,193,77); }
td.TdClassName
{
border-color: #9CC14D;
}
.TagClassName
{
border-color: #9CC14D;
}
</style>