Shades of Atlantis #9DD84D
Tints of Atlantis #9DD84D
RGB
CMYK
RGB Variations
Color information
#9DD84D (or 0x9DD84D) is known color: Atlantis. HEX triplet: 9D, D8 and 4D. RGB value is (157,216,77). Sum of RGB (Red+Green+Blue) = 157+216+77=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD84D is #6227B2. Grayscale: #B7B7B7. Windows color (decimal): -6432691 or 5101725. OLE color: 5101725.
HSL color Cylindrical-coordinate representation of color #9DD84D: hue angle of 85.47º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DD84D is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 77 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.15 |
| HSL | 85.47º | 0.64% | 0.57% | - |
| HSV(B) | 85.47º | 0.64% | 0.85% | - |
| XYZ | 39.8 | 56.82 | 15.89 | - |
| YUV | 182.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 77 | 0.27 | 0 | 0.64 | 0.15 | 85.47 | 0.64 | 0.57 |
| Hex | 9D | D8 | 4D | 1B | 0 | 40 | F | 55 | 40 | 39 |
| Octal | 235 | 330 | 115 | 33 | 0 | 100 | 17 | 125 | 100 | 71 |
| Binary | 10011101 | 11011000 | 1001101 | 11011 | 0 | 1000000 | 1111 | 1010101 | 1000000 | 111001 |
Color Harmonies of #9DD84D
Complementary color
Monochromatic Colors of #9DD84D
Black with #9DD84D
Text Example
Text Example
White with #9DD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD84D; }
p { color: rgb(157,216,77); }
H1.HeaderClassName
{
color: #9DD84D;
}
.AnyTagClassName
{
color: #9DD84D;
}
</style>
background-color css
<style>
a { background-color: #9DD84D; }
a { background-color: rgb(157,216,77); }
div.DivClassName
{
background-color: #9DD84D;
}
.BgClassName
{
background-color: #9DD84D;
}
</style>
border-color css
<style>
span { border-color: #9DD84D; }
span { border-color: rgb(157,216,77); }
td.TdClassName
{
border-color: #9DD84D;
}
.TagClassName
{
border-color: #9DD84D;
}
</style>