#A0C552

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

Shades of Atlantis #A0C552

Tints of Atlantis #A0C552

Color information

#A0C552 (or 0xA0C552) is unknown color: approx Atlantis. HEX triplet: A0, C5 and 52. RGB value is (160,197,82). Sum of RGB (Red+Green+Blue) = 160+197+82=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C552 is #5F3AAD. Grayscale: #ADADAD. Windows color (decimal): -6240942 or 5424544. OLE color: 5424544.

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

Color convert

RGB16019782-
CMYK0.1900.580.23
HSL79.3º49.78%54.71%-
HSV(B)79.3º58.38%77.25%-
XYZ35.9948.0215.35-
YUV172.8376.74118.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=36.45%
G=44.87%
B=18.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197820.1900.580.2379.349.7854.71
HexA0C5521303A174f3237
Octal24030512223072271176267
Binary10100000110001011010010100110111010101111001111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C552; }

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

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

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

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

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

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

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

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