Shades of Atlantis #9DC150
Tints of Atlantis #9DC150
RGB
CMYK
RGB Variations
Color information
#9DC150 (or 0x9DC150) is known color: Atlantis. HEX triplet: 9D, C1 and 50. RGB value is (157,193,80). Sum of RGB (Red+Green+Blue) = 157+193+80=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC150 is #623EAF. Grayscale: #A9A9A9. Windows color (decimal): -6438576 or 5292445. OLE color: 5292445.
HSL color Cylindrical-coordinate representation of color #9DC150: hue angle of 79.12º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DC150 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 80 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.24 |
| HSL | 79.12º | 0.48% | 0.54% | - |
| HSV(B) | 79.12º | 0.59% | 0.76% | - |
| XYZ | 34.42 | 45.89 | 14.63 | - |
| YUV | 169.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 80 | 0.19 | 0 | 0.59 | 0.24 | 79.12 | 0.48 | 0.54 |
| Hex | 9D | C1 | 50 | 13 | 0 | 3B | 18 | 4F | 30 | 36 |
| Octal | 235 | 301 | 120 | 23 | 0 | 73 | 30 | 117 | 60 | 66 |
| Binary | 10011101 | 11000001 | 1010000 | 10011 | 0 | 111011 | 11000 | 1001111 | 110000 | 110110 |
Color Harmonies of #9DC150
Complementary color
Monochromatic Colors of #9DC150
Black with #9DC150
Text Example
Text Example
White with #9DC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC150; }
p { color: rgb(157,193,80); }
H1.HeaderClassName
{
color: #9DC150;
}
.AnyTagClassName
{
color: #9DC150;
}
</style>
background-color css
<style>
a { background-color: #9DC150; }
a { background-color: rgb(157,193,80); }
div.DivClassName
{
background-color: #9DC150;
}
.BgClassName
{
background-color: #9DC150;
}
</style>
border-color css
<style>
span { border-color: #9DC150; }
span { border-color: rgb(157,193,80); }
td.TdClassName
{
border-color: #9DC150;
}
.TagClassName
{
border-color: #9DC150;
}
</style>