Shades of Atlantis #9DC94C
Tints of Atlantis #9DC94C
RGB
CMYK
RGB Variations
Color information
#9DC94C (or 0x9DC94C) is known color: Atlantis. HEX triplet: 9D, C9 and 4C. RGB value is (157,201,76). Sum of RGB (Red+Green+Blue) = 157+201+76=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC94C is #6236B3. Grayscale: #AEAEAE. Windows color (decimal): -6436532 or 5032349. OLE color: 5032349.
HSL color Cylindrical-coordinate representation of color #9DC94C: hue angle of 81.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC94C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 76 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.21 |
| HSL | 81.12º | 0.54% | 0.54% | - |
| HSV(B) | 81.12º | 0.62% | 0.79% | - |
| XYZ | 36.1 | 49.46 | 14.48 | - |
| YUV | 173.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 76 | 0.22 | 0 | 0.62 | 0.21 | 81.12 | 0.54 | 0.54 |
| Hex | 9D | C9 | 4C | 16 | 0 | 3E | 15 | 51 | 36 | 36 |
| Octal | 235 | 311 | 114 | 26 | 0 | 76 | 25 | 121 | 66 | 66 |
| Binary | 10011101 | 11001001 | 1001100 | 10110 | 0 | 111110 | 10101 | 1010001 | 110110 | 110110 |
Color Harmonies of #9DC94C
Complementary color
Monochromatic Colors of #9DC94C
Black with #9DC94C
Text Example
Text Example
White with #9DC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC94C; }
p { color: rgb(157,201,76); }
H1.HeaderClassName
{
color: #9DC94C;
}
.AnyTagClassName
{
color: #9DC94C;
}
</style>
background-color css
<style>
a { background-color: #9DC94C; }
a { background-color: rgb(157,201,76); }
div.DivClassName
{
background-color: #9DC94C;
}
.BgClassName
{
background-color: #9DC94C;
}
</style>
border-color css
<style>
span { border-color: #9DC94C; }
span { border-color: rgb(157,201,76); }
td.TdClassName
{
border-color: #9DC94C;
}
.TagClassName
{
border-color: #9DC94C;
}
</style>