Shades of Atlantis #9DDD45
Tints of Atlantis #9DDD45
RGB
CMYK
RGB Variations
Color information
#9DDD45 (or 0x9DDD45) is known color: Atlantis. HEX triplet: 9D, DD and 45. RGB value is (157,221,69). Sum of RGB (Red+Green+Blue) = 157+221+69=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD45 is #6222BA. Grayscale: #B9B9B9. Windows color (decimal): -6431419 or 4578717. OLE color: 4578717.
HSL color Cylindrical-coordinate representation of color #9DDD45: hue angle of 85.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DDD45 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 69 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.13 |
| HSL | 85.26º | 0.69% | 0.57% | - |
| HSV(B) | 85.26º | 0.69% | 0.87% | - |
| XYZ | 40.84 | 59.31 | 14.93 | - |
| YUV | 184.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 69 | 0.29 | 0 | 0.69 | 0.13 | 85.26 | 0.69 | 0.57 |
| Hex | 9D | DD | 45 | 1D | 0 | 45 | D | 55 | 45 | 39 |
| Octal | 235 | 335 | 105 | 35 | 0 | 105 | 15 | 125 | 105 | 71 |
| Binary | 10011101 | 11011101 | 1000101 | 11101 | 0 | 1000101 | 1101 | 1010101 | 1000101 | 111001 |
Color Harmonies of #9DDD45
Complementary color
Monochromatic Colors of #9DDD45
Black with #9DDD45
Text Example
Text Example
White with #9DDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD45; }
p { color: rgb(157,221,69); }
H1.HeaderClassName
{
color: #9DDD45;
}
.AnyTagClassName
{
color: #9DDD45;
}
</style>
background-color css
<style>
a { background-color: #9DDD45; }
a { background-color: rgb(157,221,69); }
div.DivClassName
{
background-color: #9DDD45;
}
.BgClassName
{
background-color: #9DDD45;
}
</style>
border-color css
<style>
span { border-color: #9DDD45; }
span { border-color: rgb(157,221,69); }
td.TdClassName
{
border-color: #9DDD45;
}
.TagClassName
{
border-color: #9DDD45;
}
</style>