#A1C550

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

Shades of Atlantis #A1C550

Tints of Atlantis #A1C550

Color information

#A1C550 (or 0xA1C550) is unknown color: approx Atlantis. HEX triplet: A1, C5 and 50. RGB value is (161,197,80). Sum of RGB (Red+Green+Blue) = 161+197+80=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C550 is #5E3AAF. Grayscale: #ADADAD. Windows color (decimal): -6175408 or 5293473. OLE color: 5293473.

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

Color convert

RGB16119780-
CMYK0.1800.590.23
HSL78.46º50.21%54.31%-
HSV(B)78.46º59.39%77.25%-
XYZ36.1148.0914.97-
YUV172.975.57119.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=36.76%
G=44.98%
B=18.26%

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
Decimal161197800.1800.590.2378.4650.2154.31
HexA1C5501203B174e3236
Octal24130512022073271166266
Binary10100001110001011010000100100111011101111001110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C550; }

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

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

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

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

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

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

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

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