#A0C850

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

Shades of Atlantis #A0C850

Tints of Atlantis #A0C850

Color information

#A0C850 (or 0xA0C850) is unknown color: approx Atlantis. HEX triplet: A0, C8 and 50. RGB value is (160,200,80). Sum of RGB (Red+Green+Blue) = 160+200+80=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C850 is #5F37AF. Grayscale: #AEAEAE. Windows color (decimal): -6240176 or 5294240. OLE color: 5294240.

HSL color Cylindrical-coordinate representation of color #A0C850: hue angle of 80º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0C850 is Cyan = 0.2, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB16020080-
CMYK0.200.60.22
HSL80º52.17%54.9%-
HSV(B)80º60%78.43%-
XYZ36.649.3615.19-
YUV174.3674.75117.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 200 (78.52% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=36.36%
G=45.45%
B=18.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200800.200.60.228052.1754.9
HexA0C8501403C16503437
Octal24031012024074261206467
Binary10100000110010001010000101000111100101101010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C850; }

 p { color: rgb(160,200,80); }

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

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

 a { background-color: rgb(160,200,80); }

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

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

 span { border-color: rgb(160,200,80); }

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