Shades of Atlantis #9AB746
Tints of Atlantis #9AB746
RGB
CMYK
RGB Variations
Color information
#9AB746 (or 0x9AB746) is known color: Atlantis. HEX triplet: 9A, B7 and 46. RGB value is (154,183,70). Sum of RGB (Red+Green+Blue) = 154+183+70=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB746 is #6548B9. Grayscale: #A1A1A1. Windows color (decimal): -6637754 or 4634522. OLE color: 4634522.
HSL color Cylindrical-coordinate representation of color #9AB746: hue angle of 75.4º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AB746 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 70 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.28 |
| HSL | 75.4º | 0.45% | 0.5% | - |
| HSV(B) | 75.4º | 0.62% | 0.72% | - |
| XYZ | 31.37 | 41.18 | 12.09 | - |
| YUV | 161.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 70 | 0.16 | 0 | 0.62 | 0.28 | 75.4 | 0.45 | 0.5 |
| Hex | 9A | B7 | 46 | 10 | 0 | 3E | 1C | 4B | 2D | 32 |
| Octal | 232 | 267 | 106 | 20 | 0 | 76 | 34 | 113 | 55 | 62 |
| Binary | 10011010 | 10110111 | 1000110 | 10000 | 0 | 111110 | 11100 | 1001011 | 101101 | 110010 |
Color Harmonies of #9AB746
Complementary color
Monochromatic Colors of #9AB746
Black with #9AB746
Text Example
Text Example
White with #9AB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB746; }
p { color: rgb(154,183,70); }
H1.HeaderClassName
{
color: #9AB746;
}
.AnyTagClassName
{
color: #9AB746;
}
</style>
background-color css
<style>
a { background-color: #9AB746; }
a { background-color: rgb(154,183,70); }
div.DivClassName
{
background-color: #9AB746;
}
.BgClassName
{
background-color: #9AB746;
}
</style>
border-color css
<style>
span { border-color: #9AB746; }
span { border-color: rgb(154,183,70); }
td.TdClassName
{
border-color: #9AB746;
}
.TagClassName
{
border-color: #9AB746;
}
</style>