Shades of Atlantis #9DC04C
Tints of Atlantis #9DC04C
RGB
CMYK
RGB Variations
Color information
#9DC04C (or 0x9DC04C) is known color: Atlantis. HEX triplet: 9D, C0 and 4C. RGB value is (157,192,76). Sum of RGB (Red+Green+Blue) = 157+192+76=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC04C is #623FB3. Grayscale: #A8A8A8. Windows color (decimal): -6438836 or 5030045. OLE color: 5030045.
HSL color Cylindrical-coordinate representation of color #9DC04C: hue angle of 78.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DC04C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 76 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.25 |
| HSL | 78.1º | 0.48% | 0.53% | - |
| HSV(B) | 78.1º | 0.6% | 0.75% | - |
| XYZ | 34.06 | 45.39 | 13.8 | - |
| YUV | 168.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 76 | 0.18 | 0 | 0.60 | 0.25 | 78.1 | 0.48 | 0.53 |
| Hex | 9D | C0 | 4C | 12 | 0 | 3C | 19 | 4E | 30 | 35 |
| Octal | 235 | 300 | 114 | 22 | 0 | 74 | 31 | 116 | 60 | 65 |
| Binary | 10011101 | 11000000 | 1001100 | 10010 | 0 | 111100 | 11001 | 1001110 | 110000 | 110101 |
Color Harmonies of #9DC04C
Complementary color
Monochromatic Colors of #9DC04C
Black with #9DC04C
Text Example
Text Example
White with #9DC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC04C; }
p { color: rgb(157,192,76); }
H1.HeaderClassName
{
color: #9DC04C;
}
.AnyTagClassName
{
color: #9DC04C;
}
</style>
background-color css
<style>
a { background-color: #9DC04C; }
a { background-color: rgb(157,192,76); }
div.DivClassName
{
background-color: #9DC04C;
}
.BgClassName
{
background-color: #9DC04C;
}
</style>
border-color css
<style>
span { border-color: #9DC04C; }
span { border-color: rgb(157,192,76); }
td.TdClassName
{
border-color: #9DC04C;
}
.TagClassName
{
border-color: #9DC04C;
}
</style>