Shades of Atlantis #9DD942
Tints of Atlantis #9DD942
RGB
CMYK
RGB Variations
Color information
#9DD942 (or 0x9DD942) is known color: Atlantis. HEX triplet: 9D, D9 and 42. RGB value is (157,217,66). Sum of RGB (Red+Green+Blue) = 157+217+66=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD942 is #6226BD. Grayscale: #B6B6B6. Windows color (decimal): -6432446 or 4381085. OLE color: 4381085.
HSL color Cylindrical-coordinate representation of color #9DD942: hue angle of 83.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DD942 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 66 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.15 |
| HSL | 83.84º | 0.67% | 0.55% | - |
| HSV(B) | 83.84º | 0.7% | 0.85% | - |
| XYZ | 39.7 | 57.19 | 14.1 | - |
| YUV | 181.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 66 | 0.28 | 0 | 0.70 | 0.15 | 83.84 | 0.67 | 0.55 |
| Hex | 9D | D9 | 42 | 1C | 0 | 46 | F | 54 | 43 | 37 |
| Octal | 235 | 331 | 102 | 34 | 0 | 106 | 17 | 124 | 103 | 67 |
| Binary | 10011101 | 11011001 | 1000010 | 11100 | 0 | 1000110 | 1111 | 1010100 | 1000011 | 110111 |
Color Harmonies of #9DD942
Complementary color
Monochromatic Colors of #9DD942
Black with #9DD942
Text Example
Text Example
White with #9DD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD942; }
p { color: rgb(157,217,66); }
H1.HeaderClassName
{
color: #9DD942;
}
.AnyTagClassName
{
color: #9DD942;
}
</style>
background-color css
<style>
a { background-color: #9DD942; }
a { background-color: rgb(157,217,66); }
div.DivClassName
{
background-color: #9DD942;
}
.BgClassName
{
background-color: #9DD942;
}
</style>
border-color css
<style>
span { border-color: #9DD942; }
span { border-color: rgb(157,217,66); }
td.TdClassName
{
border-color: #9DD942;
}
.TagClassName
{
border-color: #9DD942;
}
</style>