#A1DC59

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

Shades of Conifer #A1DC59

Tints of Conifer #A1DC59

Color information

#A1DC59 (or 0xA1DC59) is unknown color: approx Conifer. HEX triplet: A1, DC and 59. RGB value is (161,220,89). Sum of RGB (Red+Green+Blue) = 161+220+89=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC59 is #5E23A6. Grayscale: #BBBBBB. Windows color (decimal): -6169511 or 5889185. OLE color: 5889185.

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

Color convert

RGB16122089-
CMYK0.2700.600.14
HSL87.02º65.17%60.59%-
HSV(B)87.02º59.55%86.27%-
XYZ42.0959.4818.71-
YUV187.4272.45109.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 89 (35.16% from 255) = 18.94%
R=34.26%
G=46.81%
B=18.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161220890.2700.600.1487.0265.1760.59
HexA1DC591B03CE57413d
Octal241334131330741612710175
Binary10100001110111001011001110110111100111010101111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC59; }

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

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

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

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

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

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

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

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