Shades of Atlantis #A0BD43
Tints of Atlantis #A0BD43
RGB
CMYK
RGB Variations
Color information
#A0BD43 (or 0xA0BD43) is known color: Atlantis. HEX triplet: A0, BD and 43. RGB value is (160,189,67). Sum of RGB (Red+Green+Blue) = 160+189+67=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD43 is #5F42BC. Grayscale: #A6A6A6. Windows color (decimal): -6243005 or 4439456. OLE color: 4439456.
HSL color Cylindrical-coordinate representation of color #A0BD43: hue angle of 74.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0BD43 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 67 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.26 |
| HSL | 74.26º | 0.48% | 0.5% | - |
| HSV(B) | 74.26º | 0.65% | 0.74% | - |
| XYZ | 33.71 | 44.27 | 12.08 | - |
| YUV | 166.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 67 | 0.15 | 0 | 0.65 | 0.26 | 74.26 | 0.48 | 0.5 |
| Hex | A0 | BD | 43 | F | 0 | 41 | 1A | 4A | 30 | 32 |
| Octal | 240 | 275 | 103 | 17 | 0 | 101 | 32 | 112 | 60 | 62 |
| Binary | 10100000 | 10111101 | 1000011 | 1111 | 0 | 1000001 | 11010 | 1001010 | 110000 | 110010 |
Color Harmonies of #A0BD43
Complementary color
Monochromatic Colors of #A0BD43
Black with #A0BD43
Text Example
Text Example
White with #A0BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD43; }
p { color: rgb(160,189,67); }
H1.HeaderClassName
{
color: #A0BD43;
}
.AnyTagClassName
{
color: #A0BD43;
}
</style>
background-color css
<style>
a { background-color: #A0BD43; }
a { background-color: rgb(160,189,67); }
div.DivClassName
{
background-color: #A0BD43;
}
.BgClassName
{
background-color: #A0BD43;
}
</style>
border-color css
<style>
span { border-color: #A0BD43; }
span { border-color: rgb(160,189,67); }
td.TdClassName
{
border-color: #A0BD43;
}
.TagClassName
{
border-color: #A0BD43;
}
</style>