#A1CD5C

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

Shades of Conifer #A1CD5C

Tints of Conifer #A1CD5C

Color information

#A1CD5C (or 0xA1CD5C) is unknown color: approx Conifer. HEX triplet: A1, CD and 5C. RGB value is (161,205,92). Sum of RGB (Red+Green+Blue) = 161+205+92=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD5C is #5E32A3. Grayscale: #B3B3B3. Windows color (decimal): -6173348 or 6081953. OLE color: 6081953.

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

Color convert

RGB16120592-
CMYK0.2100.550.20
HSL83.36º53.05%58.24%-
HSV(B)83.36º55.12%80.39%-
XYZ38.4652.0118.14-
YUV178.9678.92115.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=35.15%
G=44.76%
B=20.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161205920.2100.550.2083.3653.0558.24
HexA1CD5C150371453353a
Octal24131513425067241236572
Binary10100001110011011011100101010110111101001010011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD5C; }

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

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

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

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

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

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

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

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