#A0BD40

Color #A0BD40 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A0BD40

Tints of Atlantis #A0BD40

Color information

#A0BD40 (or 0xA0BD40) is unknown color: approx Atlantis. HEX triplet: A0, BD and 40. RGB value is (160,189,64). Sum of RGB (Red+Green+Blue) = 160+189+64=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD40 is #5F42BF. Grayscale: #A6A6A6. Windows color (decimal): -6243008 or 4242848. OLE color: 4242848.

HSL color Cylindrical-coordinate representation of color #A0BD40: hue angle of 73.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0BD40 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB16018964-
CMYK0.1500.660.26
HSL73.92º49.41%49.61%-
HSV(B)73.92º66.14%74.12%-
XYZ33.6244.2411.62-
YUV166.0870.39123.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 64 (25.39% from 255) = 15.50%
R=38.74%
G=45.76%
B=15.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160189640.1500.660.2673.9249.4149.61
HexA0BD40F0421A4a3132
Octal240275100170102321126162
Binary10100000101111011000000111101000010110101001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BD40; }

 p { color: rgb(160,189,64); }

 H1.HeaderClassName
 {
   color: #A0BD40;
 }
 .AnyTagClassName
 {
   color: #A0BD40;
 }
</style>
background-color css

<style>
 a { background-color: #A0BD40; }

 a { background-color: rgb(160,189,64); }

 div.DivClassName
 {
   background-color: #A0BD40;
 }
 .BgClassName
 {
   background-color: #A0BD40;
 }
</style>
border-color css

<style>
 span { border-color: #A0BD40; }

 span { border-color: rgb(160,189,64); }

 td.TdClassName
 {
   border-color: #A0BD40;
 }
 .TagClassName
 {
   border-color: #A0BD40;
 }
</style>