#A0C544

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

Shades of Atlantis #A0C544

Tints of Atlantis #A0C544

Color information

#A0C544 (or 0xA0C544) is unknown color: approx Atlantis. HEX triplet: A0, C5 and 44. RGB value is (160,197,68). Sum of RGB (Red+Green+Blue) = 160+197+68=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C544 is #5F3ABB. Grayscale: #ABABAB. Windows color (decimal): -6240956 or 4507040. OLE color: 4507040.

HSL color Cylindrical-coordinate representation of color #A0C544: hue angle of 77.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C544 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB16019768-
CMYK0.1900.650.23
HSL77.21º52.65%51.96%-
HSV(B)77.21º65.48%77.25%-
XYZ35.5147.8212.83-
YUV171.2369.74119.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 197 (77.34% from 255) = 46.35%
BLUE value IS 68 (26.95% from 255) = 16%
R=37.65%
G=46.35%
B=16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197680.1900.650.2377.2152.6551.96
HexA0C54413041174d3534
Octal240305104230101271156564
Binary101000001100010110001001001101000001101111001101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C544; }

 p { color: rgb(160,197,68); }

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

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

 a { background-color: rgb(160,197,68); }

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

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

 span { border-color: rgb(160,197,68); }

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