Shades of Atlantis #9DC04D
Tints of Atlantis #9DC04D
RGB
CMYK
RGB Variations
Color information
#9DC04D (or 0x9DC04D) is known color: Atlantis. HEX triplet: 9D, C0 and 4D. RGB value is (157,192,77). Sum of RGB (Red+Green+Blue) = 157+192+77=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC04D is #623FB2. Grayscale: #A8A8A8. Windows color (decimal): -6438835 or 5095581. OLE color: 5095581.
HSL color Cylindrical-coordinate representation of color #9DC04D: hue angle of 78.26º 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 #9DC04D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 77 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.25 |
| HSL | 78.26º | 0.48% | 0.53% | - |
| HSV(B) | 78.26º | 0.6% | 0.75% | - |
| XYZ | 34.09 | 45.4 | 13.99 | - |
| YUV | 168.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 77 | 0.18 | 0 | 0.60 | 0.25 | 78.26 | 0.48 | 0.53 |
| Hex | 9D | C0 | 4D | 12 | 0 | 3C | 19 | 4E | 30 | 35 |
| Octal | 235 | 300 | 115 | 22 | 0 | 74 | 31 | 116 | 60 | 65 |
| Binary | 10011101 | 11000000 | 1001101 | 10010 | 0 | 111100 | 11001 | 1001110 | 110000 | 110101 |
Color Harmonies of #9DC04D
Complementary color
Monochromatic Colors of #9DC04D
Black with #9DC04D
Text Example
Text Example
White with #9DC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC04D; }
p { color: rgb(157,192,77); }
H1.HeaderClassName
{
color: #9DC04D;
}
.AnyTagClassName
{
color: #9DC04D;
}
</style>
background-color css
<style>
a { background-color: #9DC04D; }
a { background-color: rgb(157,192,77); }
div.DivClassName
{
background-color: #9DC04D;
}
.BgClassName
{
background-color: #9DC04D;
}
</style>
border-color css
<style>
span { border-color: #9DC04D; }
span { border-color: rgb(157,192,77); }
td.TdClassName
{
border-color: #9DC04D;
}
.TagClassName
{
border-color: #9DC04D;
}
</style>