Shades of Atlantis #A0BF46
Tints of Atlantis #A0BF46
RGB
CMYK
RGB Variations
Color information
#A0BF46 (or 0xA0BF46) is known color: Atlantis. HEX triplet: A0, BF and 46. RGB value is (160,191,70). Sum of RGB (Red+Green+Blue) = 160+191+70=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF46 is #5F40B9. Grayscale: #A8A8A8. Windows color (decimal): -6242490 or 4636576. OLE color: 4636576.
HSL color Cylindrical-coordinate representation of color #A0BF46: hue angle of 75.37º degrees, saturation: 0.49, 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 #A0BF46 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 70 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.25 |
| HSL | 75.37º | 0.49% | 0.51% | - |
| HSV(B) | 75.37º | 0.63% | 0.75% | - |
| XYZ | 34.23 | 45.18 | 12.71 | - |
| YUV | 167.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 70 | 0.16 | 0 | 0.63 | 0.25 | 75.37 | 0.49 | 0.51 |
| Hex | A0 | BF | 46 | 10 | 0 | 3F | 19 | 4B | 31 | 33 |
| Octal | 240 | 277 | 106 | 20 | 0 | 77 | 31 | 113 | 61 | 63 |
| Binary | 10100000 | 10111111 | 1000110 | 10000 | 0 | 111111 | 11001 | 1001011 | 110001 | 110011 |
Color Harmonies of #A0BF46
Complementary color
Monochromatic Colors of #A0BF46
Black with #A0BF46
Text Example
Text Example
White with #A0BF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF46; }
p { color: rgb(160,191,70); }
H1.HeaderClassName
{
color: #A0BF46;
}
.AnyTagClassName
{
color: #A0BF46;
}
</style>
background-color css
<style>
a { background-color: #A0BF46; }
a { background-color: rgb(160,191,70); }
div.DivClassName
{
background-color: #A0BF46;
}
.BgClassName
{
background-color: #A0BF46;
}
</style>
border-color css
<style>
span { border-color: #A0BF46; }
span { border-color: rgb(160,191,70); }
td.TdClassName
{
border-color: #A0BF46;
}
.TagClassName
{
border-color: #A0BF46;
}
</style>