#A1C94A

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

Shades of Atlantis #A1C94A

Tints of Atlantis #A1C94A

Color information

#A1C94A (or 0xA1C94A) is unknown color: approx Atlantis. HEX triplet: A1, C9 and 4A. RGB value is (161,201,74). Sum of RGB (Red+Green+Blue) = 161+201+74=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C94A is #5E36B5. Grayscale: #AFAFAF. Windows color (decimal): -6174390 or 4901281. OLE color: 4901281.

HSL color Cylindrical-coordinate representation of color #A1C94A: hue angle of 78.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1C94A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB16120174-
CMYK0.2000.630.21
HSL78.9º54.04%53.92%-
HSV(B)78.9º63.18%78.82%-
XYZ36.8249.8414.16-
YUV174.5671.25118.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 74 (29.30% from 255) = 16.97%
R=36.93%
G=46.10%
B=16.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161201740.2000.630.2178.954.0453.92
HexA1C94A1403F154f3636
Octal24131111224077251176666
Binary10100001110010011001010101000111111101011001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C94A; }

 p { color: rgb(161,201,74); }

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

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

 a { background-color: rgb(161,201,74); }

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

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

 span { border-color: rgb(161,201,74); }

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