#A1D94A

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

Shades of Atlantis #A1D94A

Tints of Atlantis #A1D94A

Color information

#A1D94A (or 0xA1D94A) is unknown color: approx Atlantis. HEX triplet: A1, D9 and 4A. RGB value is (161,217,74). Sum of RGB (Red+Green+Blue) = 161+217+74=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D94A is #5E26B5. Grayscale: #B8B8B8. Windows color (decimal): -6170294 or 4905377. OLE color: 4905377.

HSL color Cylindrical-coordinate representation of color #A1D94A: hue angle of 83.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1D94A is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB16121774-
CMYK0.2600.660.15
HSL83.5º65.3%57.06%-
HSV(B)83.5º65.9%85.1%-
XYZ40.7557.715.47-
YUV183.9565.95111.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 217 (85.16% from 255) = 48.01%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=35.62%
G=48.01%
B=16.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161217740.2600.660.1583.565.357.06
HexA1D94A1A042F534139
Octal2413311123201021712310171
Binary101000011101100110010101101001000010111110100111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D94A; }

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

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

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

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

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

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

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

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