#A1D759

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

Shades of Conifer #A1D759

Tints of Conifer #A1D759

Color information

#A1D759 (or 0xA1D759) is unknown color: approx Conifer. HEX triplet: A1, D7 and 59. RGB value is (161,215,89). Sum of RGB (Red+Green+Blue) = 161+215+89=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D759 is #5E28A6. Grayscale: #B8B8B8. Windows color (decimal): -6170791 or 5887905. OLE color: 5887905.

HSL color Cylindrical-coordinate representation of color #A1D759: hue angle of 85.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1D759 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB16121589-
CMYK0.2500.590.16
HSL85.71º61.17%59.61%-
HSV(B)85.71º58.6%84.31%-
XYZ40.856.918.28-
YUV184.4974.11111.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.62%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 89 (35.16% from 255) = 19.14%
R=34.62%
G=46.24%
B=19.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215890.2500.590.1685.7161.1759.61
HexA1D7591903B10563d3c
Octal24132713131073201267574
Binary10100001110101111011001110010111011100001010110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D759; }

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

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

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

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

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

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

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

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