Shades of Atlantis #9DBA46
Tints of Atlantis #9DBA46
RGB
CMYK
RGB Variations
Color information
#9DBA46 (or 0x9DBA46) is known color: Atlantis. HEX triplet: 9D, BA and 46. RGB value is (157,186,70). Sum of RGB (Red+Green+Blue) = 157+186+70=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA46 is #6245B9. Grayscale: #A4A4A4. Windows color (decimal): -6440378 or 4635293. OLE color: 4635293.
HSL color Cylindrical-coordinate representation of color #9DBA46: hue angle of 75º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DBA46 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 70 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.27 |
| HSL | 75º | 0.46% | 0.5% | - |
| HSV(B) | 75º | 0.62% | 0.73% | - |
| XYZ | 32.57 | 42.73 | 12.33 | - |
| YUV | 164.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 70 | 0.16 | 0 | 0.62 | 0.27 | 75 | 0.46 | 0.5 |
| Hex | 9D | BA | 46 | 10 | 0 | 3E | 1B | 4B | 2E | 32 |
| Octal | 235 | 272 | 106 | 20 | 0 | 76 | 33 | 113 | 56 | 62 |
| Binary | 10011101 | 10111010 | 1000110 | 10000 | 0 | 111110 | 11011 | 1001011 | 101110 | 110010 |
Color Harmonies of #9DBA46
Complementary color
Monochromatic Colors of #9DBA46
Black with #9DBA46
Text Example
Text Example
White with #9DBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA46; }
p { color: rgb(157,186,70); }
H1.HeaderClassName
{
color: #9DBA46;
}
.AnyTagClassName
{
color: #9DBA46;
}
</style>
background-color css
<style>
a { background-color: #9DBA46; }
a { background-color: rgb(157,186,70); }
div.DivClassName
{
background-color: #9DBA46;
}
.BgClassName
{
background-color: #9DBA46;
}
</style>
border-color css
<style>
span { border-color: #9DBA46; }
span { border-color: rgb(157,186,70); }
td.TdClassName
{
border-color: #9DBA46;
}
.TagClassName
{
border-color: #9DBA46;
}
</style>