Shades of Atlantis #9DDA44
Tints of Atlantis #9DDA44
RGB
CMYK
RGB Variations
Color information
#9DDA44 (or 0x9DDA44) is known color: Atlantis. HEX triplet: 9D, DA and 44. RGB value is (157,218,68). Sum of RGB (Red+Green+Blue) = 157+218+68=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDA44 is #6225BB. Grayscale: #B7B7B7. Windows color (decimal): -6432188 or 4512413. OLE color: 4512413.
HSL color Cylindrical-coordinate representation of color #9DDA44: hue angle of 84.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DDA44 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 68 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.15 |
| HSL | 84.4º | 0.67% | 0.56% | - |
| HSV(B) | 84.4º | 0.69% | 0.85% | - |
| XYZ | 40.02 | 57.73 | 14.5 | - |
| YUV | 182.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 68 | 0.28 | 0 | 0.69 | 0.15 | 84.4 | 0.67 | 0.56 |
| Hex | 9D | DA | 44 | 1C | 0 | 45 | F | 54 | 43 | 38 |
| Octal | 235 | 332 | 104 | 34 | 0 | 105 | 17 | 124 | 103 | 70 |
| Binary | 10011101 | 11011010 | 1000100 | 11100 | 0 | 1000101 | 1111 | 1010100 | 1000011 | 111000 |
Color Harmonies of #9DDA44
Complementary color
Monochromatic Colors of #9DDA44
Black with #9DDA44
Text Example
Text Example
White with #9DDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA44; }
p { color: rgb(157,218,68); }
H1.HeaderClassName
{
color: #9DDA44;
}
.AnyTagClassName
{
color: #9DDA44;
}
</style>
background-color css
<style>
a { background-color: #9DDA44; }
a { background-color: rgb(157,218,68); }
div.DivClassName
{
background-color: #9DDA44;
}
.BgClassName
{
background-color: #9DDA44;
}
</style>
border-color css
<style>
span { border-color: #9DDA44; }
span { border-color: rgb(157,218,68); }
td.TdClassName
{
border-color: #9DDA44;
}
.TagClassName
{
border-color: #9DDA44;
}
</style>