Shades of Atlantis #9DB844
Tints of Atlantis #9DB844
RGB
CMYK
RGB Variations
Color information
#9DB844 (or 0x9DB844) is known color: Atlantis. HEX triplet: 9D, B8 and 44. RGB value is (157,184,68). Sum of RGB (Red+Green+Blue) = 157+184+68=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB844 is #6247BB. Grayscale: #A3A3A3. Windows color (decimal): -6440892 or 4503709. OLE color: 4503709.
HSL color Cylindrical-coordinate representation of color #9DB844: hue angle of 73.97º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DB844 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 184 | 68 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.28 |
| HSL | 73.97º | 0.46% | 0.49% | - |
| HSV(B) | 73.97º | 0.63% | 0.72% | - |
| XYZ | 32.09 | 41.87 | 11.86 | - |
| YUV | 162.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 184 | 68 | 0.15 | 0 | 0.63 | 0.28 | 73.97 | 0.46 | 0.49 |
| Hex | 9D | B8 | 44 | F | 0 | 3F | 1C | 4A | 2E | 31 |
| Octal | 235 | 270 | 104 | 17 | 0 | 77 | 34 | 112 | 56 | 61 |
| Binary | 10011101 | 10111000 | 1000100 | 1111 | 0 | 111111 | 11100 | 1001010 | 101110 | 110001 |
Color Harmonies of #9DB844
Complementary color
Monochromatic Colors of #9DB844
Black with #9DB844
Text Example
Text Example
White with #9DB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB844; }
p { color: rgb(157,184,68); }
H1.HeaderClassName
{
color: #9DB844;
}
.AnyTagClassName
{
color: #9DB844;
}
</style>
background-color css
<style>
a { background-color: #9DB844; }
a { background-color: rgb(157,184,68); }
div.DivClassName
{
background-color: #9DB844;
}
.BgClassName
{
background-color: #9DB844;
}
</style>
border-color css
<style>
span { border-color: #9DB844; }
span { border-color: rgb(157,184,68); }
td.TdClassName
{
border-color: #9DB844;
}
.TagClassName
{
border-color: #9DB844;
}
</style>