Shades of Atlantis #9DC045
Tints of Atlantis #9DC045
RGB
CMYK
RGB Variations
Color information
#9DC045 (or 0x9DC045) is known color: Atlantis. HEX triplet: 9D, C0 and 45. RGB value is (157,192,69). Sum of RGB (Red+Green+Blue) = 157+192+69=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC045 is #623FBA. Grayscale: #A7A7A7. Windows color (decimal): -6438843 or 4571293. OLE color: 4571293.
HSL color Cylindrical-coordinate representation of color #9DC045: hue angle of 77.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DC045 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 69 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.25 |
| HSL | 77.07º | 0.49% | 0.51% | - |
| HSV(B) | 77.07º | 0.64% | 0.75% | - |
| XYZ | 33.83 | 45.3 | 12.59 | - |
| YUV | 167.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 69 | 0.18 | 0 | 0.64 | 0.25 | 77.07 | 0.49 | 0.51 |
| Hex | 9D | C0 | 45 | 12 | 0 | 40 | 19 | 4D | 31 | 33 |
| Octal | 235 | 300 | 105 | 22 | 0 | 100 | 31 | 115 | 61 | 63 |
| Binary | 10011101 | 11000000 | 1000101 | 10010 | 0 | 1000000 | 11001 | 1001101 | 110001 | 110011 |
Color Harmonies of #9DC045
Complementary color
Monochromatic Colors of #9DC045
Black with #9DC045
Text Example
Text Example
White with #9DC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC045; }
p { color: rgb(157,192,69); }
H1.HeaderClassName
{
color: #9DC045;
}
.AnyTagClassName
{
color: #9DC045;
}
</style>
background-color css
<style>
a { background-color: #9DC045; }
a { background-color: rgb(157,192,69); }
div.DivClassName
{
background-color: #9DC045;
}
.BgClassName
{
background-color: #9DC045;
}
</style>
border-color css
<style>
span { border-color: #9DC045; }
span { border-color: rgb(157,192,69); }
td.TdClassName
{
border-color: #9DC045;
}
.TagClassName
{
border-color: #9DC045;
}
</style>