Shades of Atlantis #9DBA44
Tints of Atlantis #9DBA44
RGB
CMYK
RGB Variations
Color information
#9DBA44 (or 0x9DBA44) is known color: Atlantis. HEX triplet: 9D, BA and 44. RGB value is (157,186,68). Sum of RGB (Red+Green+Blue) = 157+186+68=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBA44 is #6245BB. Grayscale: #A4A4A4. Windows color (decimal): -6440380 or 4504221. OLE color: 4504221.
HSL color Cylindrical-coordinate representation of color #9DBA44: hue angle of 74.75º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DBA44 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 68 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.27 |
| HSL | 74.75º | 0.46% | 0.5% | - |
| HSV(B) | 74.75º | 0.63% | 0.73% | - |
| XYZ | 32.51 | 42.7 | 12 | - |
| YUV | 163.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 68 | 0.16 | 0 | 0.63 | 0.27 | 74.75 | 0.46 | 0.5 |
| Hex | 9D | BA | 44 | 10 | 0 | 3F | 1B | 4B | 2E | 32 |
| Octal | 235 | 272 | 104 | 20 | 0 | 77 | 33 | 113 | 56 | 62 |
| Binary | 10011101 | 10111010 | 1000100 | 10000 | 0 | 111111 | 11011 | 1001011 | 101110 | 110010 |
Color Harmonies of #9DBA44
Complementary color
Monochromatic Colors of #9DBA44
Black with #9DBA44
Text Example
Text Example
White with #9DBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA44; }
p { color: rgb(157,186,68); }
H1.HeaderClassName
{
color: #9DBA44;
}
.AnyTagClassName
{
color: #9DBA44;
}
</style>
background-color css
<style>
a { background-color: #9DBA44; }
a { background-color: rgb(157,186,68); }
div.DivClassName
{
background-color: #9DBA44;
}
.BgClassName
{
background-color: #9DBA44;
}
</style>
border-color css
<style>
span { border-color: #9DBA44; }
span { border-color: rgb(157,186,68); }
td.TdClassName
{
border-color: #9DBA44;
}
.TagClassName
{
border-color: #9DBA44;
}
</style>