#A0C550

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

Shades of Atlantis #A0C550

Tints of Atlantis #A0C550

Color information

#A0C550 (or 0xA0C550) is unknown color: approx Atlantis. HEX triplet: A0, C5 and 50. RGB value is (160,197,80). Sum of RGB (Red+Green+Blue) = 160+197+80=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C550 is #5F3AAF. Grayscale: #ADADAD. Windows color (decimal): -6240944 or 5293472. OLE color: 5293472.

HSL color Cylindrical-coordinate representation of color #A0C550: hue angle of 78.97º 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 #A0C550 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB16019780-
CMYK0.1900.590.23
HSL78.97º50.21%54.31%-
HSV(B)78.97º59.39%77.25%-
XYZ35.9147.9914.96-
YUV172.675.74119.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 80 (31.64% from 255) = 18.31%
R=36.61%
G=45.08%
B=18.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160197800.1900.590.2378.9750.2154.31
HexA0C5501303B174f3236
Octal24030512023073271176266
Binary10100000110001011010000100110111011101111001111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C550; }

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

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

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

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

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

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

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

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