Shades of Atlantis #9DC04F
Tints of Atlantis #9DC04F
RGB
CMYK
RGB Variations
Color information
#9DC04F (or 0x9DC04F) is known color: Atlantis. HEX triplet: 9D, C0 and 4F. RGB value is (157,192,79). Sum of RGB (Red+Green+Blue) = 157+192+79=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC04F is #623FB0. Grayscale: #A9A9A9. Windows color (decimal): -6438833 or 5226653. OLE color: 5226653.
HSL color Cylindrical-coordinate representation of color #9DC04F: hue angle of 78.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DC04F is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 79 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.25 |
| HSL | 78.58º | 0.47% | 0.53% | - |
| HSV(B) | 78.58º | 0.59% | 0.75% | - |
| XYZ | 34.17 | 45.43 | 14.37 | - |
| YUV | 168.65 | 77.4 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 79 | 0.18 | 0 | 0.59 | 0.25 | 78.58 | 0.47 | 0.53 |
| Hex | 9D | C0 | 4F | 12 | 0 | 3B | 19 | 4F | 2F | 35 |
| Octal | 235 | 300 | 117 | 22 | 0 | 73 | 31 | 117 | 57 | 65 |
| Binary | 10011101 | 11000000 | 1001111 | 10010 | 0 | 111011 | 11001 | 1001111 | 101111 | 110101 |
Color Harmonies of #9DC04F
Complementary color
Monochromatic Colors of #9DC04F
Black with #9DC04F
Text Example
Text Example
White with #9DC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC04F; }
p { color: rgb(157,192,79); }
H1.HeaderClassName
{
color: #9DC04F;
}
.AnyTagClassName
{
color: #9DC04F;
}
</style>
background-color css
<style>
a { background-color: #9DC04F; }
a { background-color: rgb(157,192,79); }
div.DivClassName
{
background-color: #9DC04F;
}
.BgClassName
{
background-color: #9DC04F;
}
</style>
border-color css
<style>
span { border-color: #9DC04F; }
span { border-color: rgb(157,192,79); }
td.TdClassName
{
border-color: #9DC04F;
}
.TagClassName
{
border-color: #9DC04F;
}
</style>