#A1C34B

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

Shades of Atlantis #A1C34B

Tints of Atlantis #A1C34B

Color information

#A1C34B (or 0xA1C34B) is unknown color: approx Atlantis. HEX triplet: A1, C3 and 4B. RGB value is (161,195,75). Sum of RGB (Red+Green+Blue) = 161+195+75=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C34B is #5E3CB4. Grayscale: #ABABAB. Windows color (decimal): -6175925 or 4965281. OLE color: 4965281.

HSL color Cylindrical-coordinate representation of color #A1C34B: hue angle of 77º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C34B is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB16119575-
CMYK0.1700.620.24
HSL77º50%52.94%-
HSV(B)77º61.54%76.47%-
XYZ35.4847.1213.88-
YUV171.1573.74120.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=37.35%
G=45.24%
B=17.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195750.1700.620.24775052.94
HexA1C34B1103E184d3235
Octal24130311321076301156265
Binary10100001110000111001011100010111110110001001101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C34B; }

 p { color: rgb(161,195,75); }

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

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

 a { background-color: rgb(161,195,75); }

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

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

 span { border-color: rgb(161,195,75); }

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