Shades of Atlantis #9DC84C
Tints of Atlantis #9DC84C
RGB
CMYK
RGB Variations
Color information
#9DC84C (or 0x9DC84C) is known color: Atlantis. HEX triplet: 9D, C8 and 4C. RGB value is (157,200,76). Sum of RGB (Red+Green+Blue) = 157+200+76=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC84C is #6237B3. Grayscale: #ADADAD. Windows color (decimal): -6436788 or 5032093. OLE color: 5032093.
HSL color Cylindrical-coordinate representation of color #9DC84C: hue angle of 80.81º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC84C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 76 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.22 |
| HSL | 80.81º | 0.53% | 0.54% | - |
| HSV(B) | 80.81º | 0.62% | 0.78% | - |
| XYZ | 35.86 | 49 | 14.4 | - |
| YUV | 173.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 76 | 0.22 | 0 | 0.62 | 0.22 | 80.81 | 0.53 | 0.54 |
| Hex | 9D | C8 | 4C | 16 | 0 | 3E | 16 | 51 | 35 | 36 |
| Octal | 235 | 310 | 114 | 26 | 0 | 76 | 26 | 121 | 65 | 66 |
| Binary | 10011101 | 11001000 | 1001100 | 10110 | 0 | 111110 | 10110 | 1010001 | 110101 | 110110 |
Color Harmonies of #9DC84C
Complementary color
Monochromatic Colors of #9DC84C
Black with #9DC84C
Text Example
Text Example
White with #9DC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC84C; }
p { color: rgb(157,200,76); }
H1.HeaderClassName
{
color: #9DC84C;
}
.AnyTagClassName
{
color: #9DC84C;
}
</style>
background-color css
<style>
a { background-color: #9DC84C; }
a { background-color: rgb(157,200,76); }
div.DivClassName
{
background-color: #9DC84C;
}
.BgClassName
{
background-color: #9DC84C;
}
</style>
border-color css
<style>
span { border-color: #9DC84C; }
span { border-color: rgb(157,200,76); }
td.TdClassName
{
border-color: #9DC84C;
}
.TagClassName
{
border-color: #9DC84C;
}
</style>