Shades of Atlantis #9DBF49
Tints of Atlantis #9DBF49
RGB
CMYK
RGB Variations
Color information
#9DBF49 (or 0x9DBF49) is known color: Atlantis. HEX triplet: 9D, BF and 49. RGB value is (157,191,73). Sum of RGB (Red+Green+Blue) = 157+191+73=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF49 is #6240B6. Grayscale: #A7A7A7. Windows color (decimal): -6439095 or 4833181. OLE color: 4833181.
HSL color Cylindrical-coordinate representation of color #9DBF49: hue angle of 77.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DBF49 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 73 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.25 |
| HSL | 77.29º | 0.48% | 0.52% | - |
| HSV(B) | 77.29º | 0.62% | 0.75% | - |
| XYZ | 33.74 | 44.91 | 13.19 | - |
| YUV | 167.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 73 | 0.18 | 0 | 0.62 | 0.25 | 77.29 | 0.48 | 0.52 |
| Hex | 9D | BF | 49 | 12 | 0 | 3E | 19 | 4D | 30 | 34 |
| Octal | 235 | 277 | 111 | 22 | 0 | 76 | 31 | 115 | 60 | 64 |
| Binary | 10011101 | 10111111 | 1001001 | 10010 | 0 | 111110 | 11001 | 1001101 | 110000 | 110100 |
Color Harmonies of #9DBF49
Complementary color
Monochromatic Colors of #9DBF49
Black with #9DBF49
Text Example
Text Example
White with #9DBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF49; }
p { color: rgb(157,191,73); }
H1.HeaderClassName
{
color: #9DBF49;
}
.AnyTagClassName
{
color: #9DBF49;
}
</style>
background-color css
<style>
a { background-color: #9DBF49; }
a { background-color: rgb(157,191,73); }
div.DivClassName
{
background-color: #9DBF49;
}
.BgClassName
{
background-color: #9DBF49;
}
</style>
border-color css
<style>
span { border-color: #9DBF49; }
span { border-color: rgb(157,191,73); }
td.TdClassName
{
border-color: #9DBF49;
}
.TagClassName
{
border-color: #9DBF49;
}
</style>