Shades of Atlantis #9CC13C
Tints of Atlantis #9CC13C
RGB
CMYK
RGB Variations
Color information
#9CC13C (or 0x9CC13C) is known color: Atlantis. HEX triplet: 9C, C1 and 3C. RGB value is (156,193,60). Sum of RGB (Red+Green+Blue) = 156+193+60=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC13C is #633EC3. Grayscale: #A7A7A7. Windows color (decimal): -6504132 or 3981724. OLE color: 3981724.
HSL color Cylindrical-coordinate representation of color #9CC13C: hue angle of 76.69º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CC13C is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 60 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.24 |
| HSL | 76.69º | 0.53% | 0.5% | - |
| HSV(B) | 76.69º | 0.69% | 0.76% | - |
| XYZ | 33.6 | 45.53 | 11.29 | - |
| YUV | 166.78 | 67.74 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 60 | 0.19 | 0 | 0.69 | 0.24 | 76.69 | 0.53 | 0.5 |
| Hex | 9C | C1 | 3C | 13 | 0 | 45 | 18 | 4D | 35 | 32 |
| Octal | 234 | 301 | 74 | 23 | 0 | 105 | 30 | 115 | 65 | 62 |
| Binary | 10011100 | 11000001 | 111100 | 10011 | 0 | 1000101 | 11000 | 1001101 | 110101 | 110010 |
Color Harmonies of #9CC13C
Complementary color
Monochromatic Colors of #9CC13C
Black with #9CC13C
Text Example
Text Example
White with #9CC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC13C; }
p { color: rgb(156,193,60); }
H1.HeaderClassName
{
color: #9CC13C;
}
.AnyTagClassName
{
color: #9CC13C;
}
</style>
background-color css
<style>
a { background-color: #9CC13C; }
a { background-color: rgb(156,193,60); }
div.DivClassName
{
background-color: #9CC13C;
}
.BgClassName
{
background-color: #9CC13C;
}
</style>
border-color css
<style>
span { border-color: #9CC13C; }
span { border-color: rgb(156,193,60); }
td.TdClassName
{
border-color: #9CC13C;
}
.TagClassName
{
border-color: #9CC13C;
}
</style>