#A1C94D

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

Shades of Atlantis #A1C94D

Tints of Atlantis #A1C94D

Color information

#A1C94D (or 0xA1C94D) is unknown color: approx Atlantis. HEX triplet: A1, C9 and 4D. RGB value is (161,201,77). Sum of RGB (Red+Green+Blue) = 161+201+77=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C94D is #5E36B2. Grayscale: #AFAFAF. Windows color (decimal): -6174387 or 5097889. OLE color: 5097889.

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

Color convert

RGB16120177-
CMYK0.2000.620.21
HSL79.35º53.45%54.51%-
HSV(B)79.35º61.69%78.82%-
XYZ36.9249.8914.7-
YUV174.972.75118.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 201 (78.91% from 255) = 45.79%
BLUE value IS 77 (30.47% from 255) = 17.54%
R=36.67%
G=45.79%
B=17.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161201770.2000.620.2179.3553.4554.51
HexA1C94D1403E154f3537
Octal24131111524076251176567
Binary10100001110010011001101101000111110101011001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C94D; }

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

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

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

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

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

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

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

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