Shades of Atlantis #9DC048
Tints of Atlantis #9DC048
RGB
CMYK
RGB Variations
Color information
#9DC048 (or 0x9DC048) is known color: Atlantis. HEX triplet: 9D, C0 and 48. RGB value is (157,192,72). Sum of RGB (Red+Green+Blue) = 157+192+72=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC048 is #623FB7. Grayscale: #A8A8A8. Windows color (decimal): -6438840 or 4767901. OLE color: 4767901.
HSL color Cylindrical-coordinate representation of color #9DC048: hue angle of 77.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC048 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 72 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.25 |
| HSL | 77.5º | 0.49% | 0.52% | - |
| HSV(B) | 77.5º | 0.63% | 0.75% | - |
| XYZ | 33.92 | 45.34 | 13.09 | - |
| YUV | 167.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 72 | 0.18 | 0 | 0.63 | 0.25 | 77.5 | 0.49 | 0.52 |
| Hex | 9D | C0 | 48 | 12 | 0 | 3F | 19 | 4E | 31 | 34 |
| Octal | 235 | 300 | 110 | 22 | 0 | 77 | 31 | 116 | 61 | 64 |
| Binary | 10011101 | 11000000 | 1001000 | 10010 | 0 | 111111 | 11001 | 1001110 | 110001 | 110100 |
Color Harmonies of #9DC048
Complementary color
Monochromatic Colors of #9DC048
Black with #9DC048
Text Example
Text Example
White with #9DC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC048; }
p { color: rgb(157,192,72); }
H1.HeaderClassName
{
color: #9DC048;
}
.AnyTagClassName
{
color: #9DC048;
}
</style>
background-color css
<style>
a { background-color: #9DC048; }
a { background-color: rgb(157,192,72); }
div.DivClassName
{
background-color: #9DC048;
}
.BgClassName
{
background-color: #9DC048;
}
</style>
border-color css
<style>
span { border-color: #9DC048; }
span { border-color: rgb(157,192,72); }
td.TdClassName
{
border-color: #9DC048;
}
.TagClassName
{
border-color: #9DC048;
}
</style>