Shades of Atlantis #9DBE47
Tints of Atlantis #9DBE47
RGB
CMYK
RGB Variations
Color information
#9DBE47 (or 0x9DBE47) is known color: Atlantis. HEX triplet: 9D, BE and 47. RGB value is (157,190,71). Sum of RGB (Red+Green+Blue) = 157+190+71=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE47 is #6241B8. Grayscale: #A7A7A7. Windows color (decimal): -6439353 or 4701853. OLE color: 4701853.
HSL color Cylindrical-coordinate representation of color #9DBE47: hue angle of 76.64º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DBE47 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 71 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.25 |
| HSL | 76.64º | 0.48% | 0.51% | - |
| HSV(B) | 76.64º | 0.63% | 0.75% | - |
| XYZ | 33.46 | 44.45 | 12.78 | - |
| YUV | 166.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 71 | 0.17 | 0 | 0.63 | 0.25 | 76.64 | 0.48 | 0.51 |
| Hex | 9D | BE | 47 | 11 | 0 | 3F | 19 | 4D | 30 | 33 |
| Octal | 235 | 276 | 107 | 21 | 0 | 77 | 31 | 115 | 60 | 63 |
| Binary | 10011101 | 10111110 | 1000111 | 10001 | 0 | 111111 | 11001 | 1001101 | 110000 | 110011 |
Color Harmonies of #9DBE47
Complementary color
Monochromatic Colors of #9DBE47
Black with #9DBE47
Text Example
Text Example
White with #9DBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE47; }
p { color: rgb(157,190,71); }
H1.HeaderClassName
{
color: #9DBE47;
}
.AnyTagClassName
{
color: #9DBE47;
}
</style>
background-color css
<style>
a { background-color: #9DBE47; }
a { background-color: rgb(157,190,71); }
div.DivClassName
{
background-color: #9DBE47;
}
.BgClassName
{
background-color: #9DBE47;
}
</style>
border-color css
<style>
span { border-color: #9DBE47; }
span { border-color: rgb(157,190,71); }
td.TdClassName
{
border-color: #9DBE47;
}
.TagClassName
{
border-color: #9DBE47;
}
</style>