Shades of Atlantis #A0BD3E
Tints of Atlantis #A0BD3E
RGB
CMYK
RGB Variations
Color information
#A0BD3E (or 0xA0BD3E) is known color: Atlantis. HEX triplet: A0, BD and 3E. RGB value is (160,189,62). Sum of RGB (Red+Green+Blue) = 160+189+62=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD3E is #5F42C1. Grayscale: #A6A6A6. Windows color (decimal): -6243010 or 4111776. OLE color: 4111776.
HSL color Cylindrical-coordinate representation of color #A0BD3E: hue angle of 73.7º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0BD3E is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 62 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.26 |
| HSL | 73.7º | 0.51% | 0.49% | - |
| HSV(B) | 73.7º | 0.67% | 0.74% | - |
| XYZ | 33.56 | 44.22 | 11.32 | - |
| YUV | 165.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 62 | 0.15 | 0 | 0.67 | 0.26 | 73.7 | 0.51 | 0.49 |
| Hex | A0 | BD | 3E | F | 0 | 43 | 1A | 4A | 33 | 31 |
| Octal | 240 | 275 | 76 | 17 | 0 | 103 | 32 | 112 | 63 | 61 |
| Binary | 10100000 | 10111101 | 111110 | 1111 | 0 | 1000011 | 11010 | 1001010 | 110011 | 110001 |
Color Harmonies of #A0BD3E
Complementary color
Monochromatic Colors of #A0BD3E
Black with #A0BD3E
Text Example
Text Example
White with #A0BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD3E; }
p { color: rgb(160,189,62); }
H1.HeaderClassName
{
color: #A0BD3E;
}
.AnyTagClassName
{
color: #A0BD3E;
}
</style>
background-color css
<style>
a { background-color: #A0BD3E; }
a { background-color: rgb(160,189,62); }
div.DivClassName
{
background-color: #A0BD3E;
}
.BgClassName
{
background-color: #A0BD3E;
}
</style>
border-color css
<style>
span { border-color: #A0BD3E; }
span { border-color: rgb(160,189,62); }
td.TdClassName
{
border-color: #A0BD3E;
}
.TagClassName
{
border-color: #A0BD3E;
}
</style>