#A1C344

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

Shades of Atlantis #A1C344

Tints of Atlantis #A1C344

Color information

#A1C344 (or 0xA1C344) is unknown color: approx Atlantis. HEX triplet: A1, C3 and 44. RGB value is (161,195,68). Sum of RGB (Red+Green+Blue) = 161+195+68=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C344 is #5E3CBB. Grayscale: #AAAAAA. Windows color (decimal): -6175932 or 4506529. OLE color: 4506529.

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

Color convert

RGB16119568-
CMYK0.1700.650.24
HSL76.06º51.42%51.57%-
HSV(B)76.06º65.13%76.47%-
XYZ35.2647.0212.69-
YUV170.3670.24121.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 68 (26.95% from 255) = 16.04%
R=37.97%
G=45.99%
B=16.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161195680.1700.650.2476.0651.4251.57
HexA1C34411041184c3334
Octal241303104210101301146364
Binary101000011100001110001001000101000001110001001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C344; }

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

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

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

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

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

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

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

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