Shades of Atlantis #9DD045
Tints of Atlantis #9DD045
RGB
CMYK
RGB Variations
Color information
#9DD045 (or 0x9DD045) is known color: Atlantis. HEX triplet: 9D, D0 and 45. RGB value is (157,208,69). Sum of RGB (Red+Green+Blue) = 157+208+69=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD045 is #622FBA. Grayscale: #B1B1B1. Windows color (decimal): -6434747 or 4575389. OLE color: 4575389.
HSL color Cylindrical-coordinate representation of color #9DD045: hue angle of 82.01º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DD045 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 69 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.18 |
| HSL | 82.01º | 0.6% | 0.54% | - |
| HSV(B) | 82.01º | 0.67% | 0.82% | - |
| XYZ | 37.53 | 52.71 | 13.83 | - |
| YUV | 176.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 69 | 0.25 | 0 | 0.67 | 0.18 | 82.01 | 0.6 | 0.54 |
| Hex | 9D | D0 | 45 | 19 | 0 | 43 | 12 | 52 | 3C | 36 |
| Octal | 235 | 320 | 105 | 31 | 0 | 103 | 22 | 122 | 74 | 66 |
| Binary | 10011101 | 11010000 | 1000101 | 11001 | 0 | 1000011 | 10010 | 1010010 | 111100 | 110110 |
Color Harmonies of #9DD045
Complementary color
Monochromatic Colors of #9DD045
Black with #9DD045
Text Example
Text Example
White with #9DD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD045; }
p { color: rgb(157,208,69); }
H1.HeaderClassName
{
color: #9DD045;
}
.AnyTagClassName
{
color: #9DD045;
}
</style>
background-color css
<style>
a { background-color: #9DD045; }
a { background-color: rgb(157,208,69); }
div.DivClassName
{
background-color: #9DD045;
}
.BgClassName
{
background-color: #9DD045;
}
</style>
border-color css
<style>
span { border-color: #9DD045; }
span { border-color: rgb(157,208,69); }
td.TdClassName
{
border-color: #9DD045;
}
.TagClassName
{
border-color: #9DD045;
}
</style>