Shades of Atlantis #9DD441
Tints of Atlantis #9DD441
RGB
CMYK
RGB Variations
Color information
#9DD441 (or 0x9DD441) is known color: Atlantis. HEX triplet: 9D, D4 and 41. RGB value is (157,212,65). Sum of RGB (Red+Green+Blue) = 157+212+65=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD441 is #622BBE. Grayscale: #B3B3B3. Windows color (decimal): -6433727 or 4314269. OLE color: 4314269.
HSL color Cylindrical-coordinate representation of color #9DD441: hue angle of 82.45º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DD441 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 65 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.17 |
| HSL | 82.45º | 0.63% | 0.54% | - |
| HSV(B) | 82.45º | 0.69% | 0.83% | - |
| XYZ | 38.4 | 54.64 | 13.52 | - |
| YUV | 178.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 65 | 0.26 | 0 | 0.69 | 0.17 | 82.45 | 0.63 | 0.54 |
| Hex | 9D | D4 | 41 | 1A | 0 | 45 | 11 | 52 | 3F | 36 |
| Octal | 235 | 324 | 101 | 32 | 0 | 105 | 21 | 122 | 77 | 66 |
| Binary | 10011101 | 11010100 | 1000001 | 11010 | 0 | 1000101 | 10001 | 1010010 | 111111 | 110110 |
Color Harmonies of #9DD441
Complementary color
Monochromatic Colors of #9DD441
Black with #9DD441
Text Example
Text Example
White with #9DD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD441; }
p { color: rgb(157,212,65); }
H1.HeaderClassName
{
color: #9DD441;
}
.AnyTagClassName
{
color: #9DD441;
}
</style>
background-color css
<style>
a { background-color: #9DD441; }
a { background-color: rgb(157,212,65); }
div.DivClassName
{
background-color: #9DD441;
}
.BgClassName
{
background-color: #9DD441;
}
</style>
border-color css
<style>
span { border-color: #9DD441; }
span { border-color: rgb(157,212,65); }
td.TdClassName
{
border-color: #9DD441;
}
.TagClassName
{
border-color: #9DD441;
}
</style>