Shades of Atlantis #9DC43C
Tints of Atlantis #9DC43C
RGB
CMYK
RGB Variations
Color information
#9DC43C (or 0x9DC43C) is known color: Atlantis. HEX triplet: 9D, C4 and 3C. RGB value is (157,196,60). Sum of RGB (Red+Green+Blue) = 157+196+60=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC43C is #623BC3. Grayscale: #A9A9A9. Windows color (decimal): -6437828 or 3982493. OLE color: 3982493.
HSL color Cylindrical-coordinate representation of color #9DC43C: hue angle of 77.21º degrees, saturation: 0.54, 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 #9DC43C is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 60 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.23 |
| HSL | 77.21º | 0.54% | 0.5% | - |
| HSV(B) | 77.21º | 0.69% | 0.77% | - |
| XYZ | 34.46 | 46.97 | 11.53 | - |
| YUV | 168.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 60 | 0.20 | 0 | 0.69 | 0.23 | 77.21 | 0.54 | 0.5 |
| Hex | 9D | C4 | 3C | 14 | 0 | 45 | 17 | 4D | 36 | 32 |
| Octal | 235 | 304 | 74 | 24 | 0 | 105 | 27 | 115 | 66 | 62 |
| Binary | 10011101 | 11000100 | 111100 | 10100 | 0 | 1000101 | 10111 | 1001101 | 110110 | 110010 |
Color Harmonies of #9DC43C
Complementary color
Monochromatic Colors of #9DC43C
Black with #9DC43C
Text Example
Text Example
White with #9DC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC43C; }
p { color: rgb(157,196,60); }
H1.HeaderClassName
{
color: #9DC43C;
}
.AnyTagClassName
{
color: #9DC43C;
}
</style>
background-color css
<style>
a { background-color: #9DC43C; }
a { background-color: rgb(157,196,60); }
div.DivClassName
{
background-color: #9DC43C;
}
.BgClassName
{
background-color: #9DC43C;
}
</style>
border-color css
<style>
span { border-color: #9DC43C; }
span { border-color: rgb(157,196,60); }
td.TdClassName
{
border-color: #9DC43C;
}
.TagClassName
{
border-color: #9DC43C;
}
</style>