#A1DC5D

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

Shades of Conifer #A1DC5D

Tints of Conifer #A1DC5D

Color information

#A1DC5D (or 0xA1DC5D) is unknown color: approx Conifer. HEX triplet: A1, DC and 5D. RGB value is (161,220,93). Sum of RGB (Red+Green+Blue) = 161+220+93=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC5D is #5E23A2. Grayscale: #BCBCBC. Windows color (decimal): -6169507 or 6151329. OLE color: 6151329.

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

Color convert

RGB16122093-
CMYK0.2700.580.14
HSL87.87º64.47%61.37%-
HSV(B)87.87º57.73%86.27%-
XYZ42.2759.5519.62-
YUV187.8874.45108.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 220 (86.33% from 255) = 46.41%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=33.97%
G=46.41%
B=19.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161220930.2700.580.1487.8764.4761.37
HexA1DC5D1B03AE58403d
Octal241334135330721613010075
Binary10100001110111001011101110110111010111010110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC5D; }

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

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

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

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

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

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

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

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