#A1D54C

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

Shades of Atlantis #A1D54C

Tints of Atlantis #A1D54C

Color information

#A1D54C (or 0xA1D54C) is unknown color: approx Atlantis. HEX triplet: A1, D5 and 4C. RGB value is (161,213,76). Sum of RGB (Red+Green+Blue) = 161+213+76=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D54C is #5E2AB3. Grayscale: #B6B6B6. Windows color (decimal): -6171316 or 5035425. OLE color: 5035425.

HSL color Cylindrical-coordinate representation of color #A1D54C: hue angle of 82.77º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1D54C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB16121376-
CMYK0.2400.640.16
HSL82.77º61.99%56.67%-
HSV(B)82.77º64.32%83.53%-
XYZ39.855.6915.49-
YUV181.8368.27113.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 213 (83.59% from 255) = 47.33%
BLUE value IS 76 (30.08% from 255) = 16.89%
R=35.78%
G=47.33%
B=16.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161213760.2400.640.1682.7761.9956.67
HexA1D54C1804010533e39
Octal241325114300100201237671
Binary101000011101010110011001100001000000100001010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D54C; }

 p { color: rgb(161,213,76); }

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

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

 a { background-color: rgb(161,213,76); }

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

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

 span { border-color: rgb(161,213,76); }

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