Shades of Atlantis #9DBF47
Tints of Atlantis #9DBF47
RGB
CMYK
RGB Variations
Color information
#9DBF47 (or 0x9DBF47) is known color: Atlantis. HEX triplet: 9D, BF and 47. RGB value is (157,191,71). Sum of RGB (Red+Green+Blue) = 157+191+71=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF47 is #6240B8. Grayscale: #A7A7A7. Windows color (decimal): -6439097 or 4702109. OLE color: 4702109.
HSL color Cylindrical-coordinate representation of color #9DBF47: hue angle of 77º 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 #9DBF47 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 71 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.25 |
| HSL | 77º | 0.48% | 0.51% | - |
| HSV(B) | 77º | 0.63% | 0.75% | - |
| XYZ | 33.67 | 44.88 | 12.85 | - |
| YUV | 167.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 71 | 0.18 | 0 | 0.63 | 0.25 | 77 | 0.48 | 0.51 |
| Hex | 9D | BF | 47 | 12 | 0 | 3F | 19 | 4D | 30 | 33 |
| Octal | 235 | 277 | 107 | 22 | 0 | 77 | 31 | 115 | 60 | 63 |
| Binary | 10011101 | 10111111 | 1000111 | 10010 | 0 | 111111 | 11001 | 1001101 | 110000 | 110011 |
Color Harmonies of #9DBF47
Complementary color
Monochromatic Colors of #9DBF47
Black with #9DBF47
Text Example
Text Example
White with #9DBF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF47; }
p { color: rgb(157,191,71); }
H1.HeaderClassName
{
color: #9DBF47;
}
.AnyTagClassName
{
color: #9DBF47;
}
</style>
background-color css
<style>
a { background-color: #9DBF47; }
a { background-color: rgb(157,191,71); }
div.DivClassName
{
background-color: #9DBF47;
}
.BgClassName
{
background-color: #9DBF47;
}
</style>
border-color css
<style>
span { border-color: #9DBF47; }
span { border-color: rgb(157,191,71); }
td.TdClassName
{
border-color: #9DBF47;
}
.TagClassName
{
border-color: #9DBF47;
}
</style>