Shades of Atlantis #A0BE3D
Tints of Atlantis #A0BE3D
RGB
CMYK
RGB Variations
Color information
#A0BE3D (or 0xA0BE3D) is known color: Atlantis. HEX triplet: A0, BE and 3D. RGB value is (160,190,61). Sum of RGB (Red+Green+Blue) = 160+190+61=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE3D is #5F41C2. Grayscale: #A6A6A6. Windows color (decimal): -6242755 or 4046496. OLE color: 4046496.
HSL color Cylindrical-coordinate representation of color #A0BE3D: hue angle of 73.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0BE3D is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 61 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.25 |
| HSL | 73.95º | 0.51% | 0.49% | - |
| HSV(B) | 73.95º | 0.68% | 0.75% | - |
| XYZ | 33.75 | 44.64 | 11.25 | - |
| YUV | 166.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 61 | 0.16 | 0 | 0.68 | 0.25 | 73.95 | 0.51 | 0.49 |
| Hex | A0 | BE | 3D | 10 | 0 | 44 | 19 | 4A | 33 | 31 |
| Octal | 240 | 276 | 75 | 20 | 0 | 104 | 31 | 112 | 63 | 61 |
| Binary | 10100000 | 10111110 | 111101 | 10000 | 0 | 1000100 | 11001 | 1001010 | 110011 | 110001 |
Color Harmonies of #A0BE3D
Complementary color
Monochromatic Colors of #A0BE3D
Black with #A0BE3D
Text Example
Text Example
White with #A0BE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE3D; }
p { color: rgb(160,190,61); }
H1.HeaderClassName
{
color: #A0BE3D;
}
.AnyTagClassName
{
color: #A0BE3D;
}
</style>
background-color css
<style>
a { background-color: #A0BE3D; }
a { background-color: rgb(160,190,61); }
div.DivClassName
{
background-color: #A0BE3D;
}
.BgClassName
{
background-color: #A0BE3D;
}
</style>
border-color css
<style>
span { border-color: #A0BE3D; }
span { border-color: rgb(160,190,61); }
td.TdClassName
{
border-color: #A0BE3D;
}
.TagClassName
{
border-color: #A0BE3D;
}
</style>