#A1DC54

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

Shades of Conifer #A1DC54

Tints of Conifer #A1DC54

Color information

#A1DC54 (or 0xA1DC54) is unknown color: approx Conifer. HEX triplet: A1, DC and 54. RGB value is (161,220,84). Sum of RGB (Red+Green+Blue) = 161+220+84=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC54 is #5E23AB. Grayscale: #BBBBBB. Windows color (decimal): -6169516 or 5561505. OLE color: 5561505.

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

Color convert

RGB16122084-
CMYK0.2700.620.14
HSL86.03º66.02%59.61%-
HSV(B)86.03º61.82%86.27%-
XYZ41.8959.417.65-
YUV186.8669.95109.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 84 (33.20% from 255) = 18.06%
R=34.62%
G=47.31%
B=18.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161220840.2700.620.1486.0366.0259.61
HexA1DC541B03EE56423c
Octal241334124330761612610274
Binary10100001110111001010100110110111110111010101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC54; }

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

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

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

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

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

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

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

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