#A1CD57

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

Shades of Conifer #A1CD57

Tints of Conifer #A1CD57

Color information

#A1CD57 (or 0xA1CD57) is unknown color: approx Conifer. HEX triplet: A1, CD and 57. RGB value is (161,205,87). Sum of RGB (Red+Green+Blue) = 161+205+87=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD57 is #5E32A8. Grayscale: #B2B2B2. Windows color (decimal): -6173353 or 5754273. OLE color: 5754273.

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

Color convert

RGB16120587-
CMYK0.2100.580.20
HSL82.37º54.13%57.25%-
HSV(B)82.37º57.56%80.39%-
XYZ38.2551.9317.02-
YUV178.3976.42115.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=35.54%
G=45.25%
B=19.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161205870.2100.580.2082.3754.1357.25
HexA1CD571503A14523639
Octal24131512725072241226671
Binary10100001110011011010111101010111010101001010010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD57; }

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

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

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

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

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

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

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

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