#A1DC65

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

Shades of Conifer #A1DC65

Tints of Conifer #A1DC65

Color information

#A1DC65 (or 0xA1DC65) is unknown color: approx Conifer. HEX triplet: A1, DC and 65. RGB value is (161,220,101). Sum of RGB (Red+Green+Blue) = 161+220+101=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC65 is #5E239A. Grayscale: #BDBDBD. Windows color (decimal): -6169499 or 6675617. OLE color: 6675617.

HSL color Cylindrical-coordinate representation of color #A1DC65: hue angle of 89.75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1DC65 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB161220101-
CMYK0.2700.540.14
HSL89.75º62.96%62.94%-
HSV(B)89.75º54.09%86.27%-
XYZ42.6459.721.59-
YUV188.7978.45108.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=33.40%
G=45.64%
B=20.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201010.2700.540.1489.7562.9662.94
HexA1DC651B036E5a3f3f
Octal24133414533066161327777
Binary1010000111011100110010111011011011011101011010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC65; }

 p { color: rgb(161,220,101); }

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

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

 a { background-color: rgb(161,220,101); }

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

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

 span { border-color: rgb(161,220,101); }

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