Shades of Atlantis #9DBF45
Tints of Atlantis #9DBF45
RGB
CMYK
RGB Variations
Color information
#9DBF45 (or 0x9DBF45) is known color: Atlantis. HEX triplet: 9D, BF and 45. RGB value is (157,191,69). Sum of RGB (Red+Green+Blue) = 157+191+69=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF45 is #6240BA. Grayscale: #A7A7A7. Windows color (decimal): -6439099 or 4571037. OLE color: 4571037.
HSL color Cylindrical-coordinate representation of color #9DBF45: hue angle of 76.72º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DBF45 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 69 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.25 |
| HSL | 76.72º | 0.49% | 0.51% | - |
| HSV(B) | 76.72º | 0.64% | 0.75% | - |
| XYZ | 33.61 | 44.86 | 12.52 | - |
| YUV | 166.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 69 | 0.18 | 0 | 0.64 | 0.25 | 76.72 | 0.49 | 0.51 |
| Hex | 9D | BF | 45 | 12 | 0 | 40 | 19 | 4D | 31 | 33 |
| Octal | 235 | 277 | 105 | 22 | 0 | 100 | 31 | 115 | 61 | 63 |
| Binary | 10011101 | 10111111 | 1000101 | 10010 | 0 | 1000000 | 11001 | 1001101 | 110001 | 110011 |
Color Harmonies of #9DBF45
Complementary color
Monochromatic Colors of #9DBF45
Black with #9DBF45
Text Example
Text Example
White with #9DBF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF45; }
p { color: rgb(157,191,69); }
H1.HeaderClassName
{
color: #9DBF45;
}
.AnyTagClassName
{
color: #9DBF45;
}
</style>
background-color css
<style>
a { background-color: #9DBF45; }
a { background-color: rgb(157,191,69); }
div.DivClassName
{
background-color: #9DBF45;
}
.BgClassName
{
background-color: #9DBF45;
}
</style>
border-color css
<style>
span { border-color: #9DBF45; }
span { border-color: rgb(157,191,69); }
td.TdClassName
{
border-color: #9DBF45;
}
.TagClassName
{
border-color: #9DBF45;
}
</style>