#A2C550

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

Shades of Atlantis #A2C550

Tints of Atlantis #A2C550

Color information

#A2C550 (or 0xA2C550) is unknown color: approx Atlantis. HEX triplet: A2, C5 and 50. RGB value is (162,197,80). Sum of RGB (Red+Green+Blue) = 162+197+80=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C550 is #5D3AAF. Grayscale: #ADADAD. Windows color (decimal): -6109872 or 5293474. OLE color: 5293474.

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

Color convert

RGB16219780-
CMYK0.1800.590.23
HSL77.95º50.21%54.31%-
HSV(B)77.95º59.39%77.25%-
XYZ36.3148.1914.98-
YUV173.275.4120.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.90%
GREEN value IS 197 (77.34% from 255) = 44.87%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=36.90%
G=44.87%
B=18.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal162197800.1800.590.2377.9550.2154.31
HexA2C5501203B174e3236
Octal24230512022073271166266
Binary10100010110001011010000100100111011101111001110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C550; }

 p { color: rgb(162,197,80); }

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

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

 a { background-color: rgb(162,197,80); }

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

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

 span { border-color: rgb(162,197,80); }

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