Shades of Atlantis #9ABD47
Tints of Atlantis #9ABD47
RGB
CMYK
RGB Variations
Color information
#9ABD47 (or 0x9ABD47) is known color: Atlantis. HEX triplet: 9A, BD and 47. RGB value is (154,189,71). Sum of RGB (Red+Green+Blue) = 154+189+71=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD47 is #6542B8. Grayscale: #A5A5A5. Windows color (decimal): -6636217 or 4701594. OLE color: 4701594.
HSL color Cylindrical-coordinate representation of color #9ABD47: hue angle of 77.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ABD47 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 71 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.26 |
| HSL | 77.8º | 0.47% | 0.51% | - |
| HSV(B) | 77.8º | 0.62% | 0.74% | - |
| XYZ | 32.66 | 43.72 | 12.68 | - |
| YUV | 165.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 71 | 0.19 | 0 | 0.62 | 0.26 | 77.8 | 0.47 | 0.51 |
| Hex | 9A | BD | 47 | 13 | 0 | 3E | 1A | 4E | 2F | 33 |
| Octal | 232 | 275 | 107 | 23 | 0 | 76 | 32 | 116 | 57 | 63 |
| Binary | 10011010 | 10111101 | 1000111 | 10011 | 0 | 111110 | 11010 | 1001110 | 101111 | 110011 |
Color Harmonies of #9ABD47
Complementary color
Monochromatic Colors of #9ABD47
Black with #9ABD47
Text Example
Text Example
White with #9ABD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABD47; }
p { color: rgb(154,189,71); }
H1.HeaderClassName
{
color: #9ABD47;
}
.AnyTagClassName
{
color: #9ABD47;
}
</style>
background-color css
<style>
a { background-color: #9ABD47; }
a { background-color: rgb(154,189,71); }
div.DivClassName
{
background-color: #9ABD47;
}
.BgClassName
{
background-color: #9ABD47;
}
</style>
border-color css
<style>
span { border-color: #9ABD47; }
span { border-color: rgb(154,189,71); }
td.TdClassName
{
border-color: #9ABD47;
}
.TagClassName
{
border-color: #9ABD47;
}
</style>