#A1CA5C

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

Shades of Conifer #A1CA5C

Tints of Conifer #A1CA5C

Color information

#A1CA5C (or 0xA1CA5C) is unknown color: approx Conifer. HEX triplet: A1, CA and 5C. RGB value is (161,202,92). Sum of RGB (Red+Green+Blue) = 161+202+92=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA5C is #5E35A3. Grayscale: #B1B1B1. Windows color (decimal): -6174116 or 6081185. OLE color: 6081185.

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

Color convert

RGB16120292-
CMYK0.2000.540.21
HSL82.36º50.93%57.65%-
HSV(B)82.36º54.46%79.22%-
XYZ37.7550.5917.9-
YUV177.279.92116.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=35.38%
G=44.40%
B=20.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161202920.2000.540.2182.3650.9357.65
HexA1CA5C140361552333a
Octal24131213424066251226372
Binary10100001110010101011100101000110110101011010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA5C; }

 p { color: rgb(161,202,92); }

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

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

 a { background-color: rgb(161,202,92); }

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

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

 span { border-color: rgb(161,202,92); }

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