#A1C54E

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

Shades of Atlantis #A1C54E

Tints of Atlantis #A1C54E

Color information

#A1C54E (or 0xA1C54E) is unknown color: approx Atlantis. HEX triplet: A1, C5 and 4E. RGB value is (161,197,78). Sum of RGB (Red+Green+Blue) = 161+197+78=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C54E is #5E3AB1. Grayscale: #ADADAD. Windows color (decimal): -6175410 or 5162401. OLE color: 5162401.

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

Color convert

RGB16119778-
CMYK0.1800.600.23
HSL78.15º50.64%53.92%-
HSV(B)78.15º60.41%77.25%-
XYZ36.0448.0614.58-
YUV172.6774.57119.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 197 (77.34% from 255) = 45.18%
BLUE value IS 78 (30.86% from 255) = 17.89%
R=36.93%
G=45.18%
B=17.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161197780.1800.600.2378.1550.6453.92
HexA1C54E1203C174e3336
Octal24130511622074271166366
Binary10100001110001011001110100100111100101111001110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C54E; }

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

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

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

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

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

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

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

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