#A1C554

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

Shades of Atlantis #A1C554

Tints of Atlantis #A1C554

Color information

#A1C554 (or 0xA1C554) is unknown color: approx Atlantis. HEX triplet: A1, C5 and 54. RGB value is (161,197,84). Sum of RGB (Red+Green+Blue) = 161+197+84=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C554 is #5E3AAB. Grayscale: #ADADAD. Windows color (decimal): -6175404 or 5555617. OLE color: 5555617.

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

Color convert

RGB16119784-
CMYK0.1800.570.23
HSL79.12º49.34%55.1%-
HSV(B)79.12º57.36%77.25%-
XYZ36.2648.1515.77-
YUV173.3577.57119.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 197 (77.34% from 255) = 44.57%
BLUE value IS 84 (33.20% from 255) = 19.00%
R=36.43%
G=44.57%
B=19.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161197840.1800.570.2379.1249.3455.1
HexA1C55412039174f3137
Octal24130512422071271176167
Binary10100001110001011010100100100111001101111001111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C554; }

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

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

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

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

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

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

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

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