#A1D160

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

Shades of Conifer #A1D160

Tints of Conifer #A1D160

Color information

#A1D160 (or 0xA1D160) is unknown color: approx Conifer. HEX triplet: A1, D1 and 60. RGB value is (161,209,96). Sum of RGB (Red+Green+Blue) = 161+209+96=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D160 is #5E2E9F. Grayscale: #B6B6B6. Windows color (decimal): -6172320 or 6345121. OLE color: 6345121.

HSL color Cylindrical-coordinate representation of color #A1D160: hue angle of 85.49º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1D160 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB16120996-
CMYK0.2300.540.18
HSL85.49º55.12%59.8%-
HSV(B)85.49º54.07%81.96%-
XYZ39.6154.0219.41-
YUV181.7779.6113.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.55%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=34.55%
G=44.85%
B=20.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161209960.2300.540.1885.4955.1259.8
HexA1D160170361255373c
Octal24132114027066221256774
Binary10100001110100011100000101110110110100101010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D160; }

 p { color: rgb(161,209,96); }

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

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

 a { background-color: rgb(161,209,96); }

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

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

 span { border-color: rgb(161,209,96); }

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