Shades of Atlantis #9DD940
Tints of Atlantis #9DD940
RGB
CMYK
RGB Variations
Color information
#9DD940 (or 0x9DD940) is known color: Atlantis. HEX triplet: 9D, D9 and 40. RGB value is (157,217,64). Sum of RGB (Red+Green+Blue) = 157+217+64=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD940 is #6226BF. Grayscale: #B6B6B6. Windows color (decimal): -6432448 or 4250013. OLE color: 4250013.
HSL color Cylindrical-coordinate representation of color #9DD940: hue angle of 83.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9DD940 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 64 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.15 |
| HSL | 83.53º | 0.67% | 0.55% | - |
| HSV(B) | 83.53º | 0.71% | 0.85% | - |
| XYZ | 39.64 | 57.16 | 13.79 | - |
| YUV | 181.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 64 | 0.28 | 0 | 0.71 | 0.15 | 83.53 | 0.67 | 0.55 |
| Hex | 9D | D9 | 40 | 1C | 0 | 47 | F | 54 | 43 | 37 |
| Octal | 235 | 331 | 100 | 34 | 0 | 107 | 17 | 124 | 103 | 67 |
| Binary | 10011101 | 11011001 | 1000000 | 11100 | 0 | 1000111 | 1111 | 1010100 | 1000011 | 110111 |
Color Harmonies of #9DD940
Complementary color
Monochromatic Colors of #9DD940
Black with #9DD940
Text Example
Text Example
White with #9DD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD940; }
p { color: rgb(157,217,64); }
H1.HeaderClassName
{
color: #9DD940;
}
.AnyTagClassName
{
color: #9DD940;
}
</style>
background-color css
<style>
a { background-color: #9DD940; }
a { background-color: rgb(157,217,64); }
div.DivClassName
{
background-color: #9DD940;
}
.BgClassName
{
background-color: #9DD940;
}
</style>
border-color css
<style>
span { border-color: #9DD940; }
span { border-color: rgb(157,217,64); }
td.TdClassName
{
border-color: #9DD940;
}
.TagClassName
{
border-color: #9DD940;
}
</style>