Shades of Atlantis #9DC84A
Tints of Atlantis #9DC84A
RGB
CMYK
RGB Variations
Color information
#9DC84A (or 0x9DC84A) is known color: Atlantis. HEX triplet: 9D, C8 and 4A. RGB value is (157,200,74). Sum of RGB (Red+Green+Blue) = 157+200+74=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC84A is #6237B5. Grayscale: #ADADAD. Windows color (decimal): -6436790 or 4901021. OLE color: 4901021.
HSL color Cylindrical-coordinate representation of color #9DC84A: hue angle of 80.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DC84A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 74 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.22 |
| HSL | 80.48º | 0.53% | 0.54% | - |
| HSV(B) | 80.48º | 0.63% | 0.78% | - |
| XYZ | 35.79 | 48.97 | 14.04 | - |
| YUV | 172.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 74 | 0.22 | 0 | 0.63 | 0.22 | 80.48 | 0.53 | 0.54 |
| Hex | 9D | C8 | 4A | 16 | 0 | 3F | 16 | 50 | 35 | 36 |
| Octal | 235 | 310 | 112 | 26 | 0 | 77 | 26 | 120 | 65 | 66 |
| Binary | 10011101 | 11001000 | 1001010 | 10110 | 0 | 111111 | 10110 | 1010000 | 110101 | 110110 |
Color Harmonies of #9DC84A
Complementary color
Monochromatic Colors of #9DC84A
Black with #9DC84A
Text Example
Text Example
White with #9DC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC84A; }
p { color: rgb(157,200,74); }
H1.HeaderClassName
{
color: #9DC84A;
}
.AnyTagClassName
{
color: #9DC84A;
}
</style>
background-color css
<style>
a { background-color: #9DC84A; }
a { background-color: rgb(157,200,74); }
div.DivClassName
{
background-color: #9DC84A;
}
.BgClassName
{
background-color: #9DC84A;
}
</style>
border-color css
<style>
span { border-color: #9DC84A; }
span { border-color: rgb(157,200,74); }
td.TdClassName
{
border-color: #9DC84A;
}
.TagClassName
{
border-color: #9DC84A;
}
</style>