Shades of Atlantis #9DC94D
Tints of Atlantis #9DC94D
RGB
CMYK
RGB Variations
Color information
#9DC94D (or 0x9DC94D) is known color: Atlantis. HEX triplet: 9D, C9 and 4D. RGB value is (157,201,77). Sum of RGB (Red+Green+Blue) = 157+201+77=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC94D is #6236B2. Grayscale: #AEAEAE. Windows color (decimal): -6436531 or 5097885. OLE color: 5097885.
HSL color Cylindrical-coordinate representation of color #9DC94D: hue angle of 81.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC94D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 77 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.21 |
| HSL | 81.29º | 0.53% | 0.55% | - |
| HSV(B) | 81.29º | 0.62% | 0.79% | - |
| XYZ | 36.13 | 49.48 | 14.67 | - |
| YUV | 173.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 77 | 0.22 | 0 | 0.62 | 0.21 | 81.29 | 0.53 | 0.55 |
| Hex | 9D | C9 | 4D | 16 | 0 | 3E | 15 | 51 | 35 | 37 |
| Octal | 235 | 311 | 115 | 26 | 0 | 76 | 25 | 121 | 65 | 67 |
| Binary | 10011101 | 11001001 | 1001101 | 10110 | 0 | 111110 | 10101 | 1010001 | 110101 | 110111 |
Color Harmonies of #9DC94D
Complementary color
Monochromatic Colors of #9DC94D
Black with #9DC94D
Text Example
Text Example
White with #9DC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC94D; }
p { color: rgb(157,201,77); }
H1.HeaderClassName
{
color: #9DC94D;
}
.AnyTagClassName
{
color: #9DC94D;
}
</style>
background-color css
<style>
a { background-color: #9DC94D; }
a { background-color: rgb(157,201,77); }
div.DivClassName
{
background-color: #9DC94D;
}
.BgClassName
{
background-color: #9DC94D;
}
</style>
border-color css
<style>
span { border-color: #9DC94D; }
span { border-color: rgb(157,201,77); }
td.TdClassName
{
border-color: #9DC94D;
}
.TagClassName
{
border-color: #9DC94D;
}
</style>