#A5D159

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

Shades of Conifer #A5D159

Tints of Conifer #A5D159

Color information

#A5D159 (or 0xA5D159) is unknown color: approx Conifer. HEX triplet: A5, D1 and 59. RGB value is (165,209,89). Sum of RGB (Red+Green+Blue) = 165+209+89=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D159 is #5A2EA6. Grayscale: #B6B6B6. Windows color (decimal): -5910183 or 5886373. OLE color: 5886373.

HSL color Cylindrical-coordinate representation of color #A5D159: hue angle of 82º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5D159 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB16520989-
CMYK0.2100.570.18
HSL82º56.6%58.43%-
HSV(B)82º57.42%81.96%-
XYZ40.1254.3217.82-
YUV182.1675.42115.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.64%
GREEN value IS 209 (82.03% from 255) = 45.14%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=35.64%
G=45.14%
B=19.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165209890.2100.570.188256.658.43
HexA5D159150391252393a
Octal24532113125071221227172
Binary10100101110100011011001101010111001100101010010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D159; }

 p { color: rgb(165,209,89); }

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

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

 a { background-color: rgb(165,209,89); }

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

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

 span { border-color: rgb(165,209,89); }

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