#A5D959

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

Shades of Conifer #A5D959

Tints of Conifer #A5D959

Color information

#A5D959 (or 0xA5D959) is unknown color: approx Conifer. HEX triplet: A5, D9 and 59. RGB value is (165,217,89). Sum of RGB (Red+Green+Blue) = 165+217+89=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D959 is #5A26A6. Grayscale: #BBBBBB. Windows color (decimal): -5908135 or 5888421. OLE color: 5888421.

HSL color Cylindrical-coordinate representation of color #A5D959: hue angle of 84.38º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5D959 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB16521789-
CMYK0.2400.590.15
HSL84.38º62.75%60%-
HSV(B)84.38º58.99%85.1%-
XYZ42.1358.3518.49-
YUV186.8672.77112.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 89 (35.16% from 255) = 18.90%
R=35.03%
G=46.07%
B=18.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165217890.2400.590.1584.3862.7560
HexA5D9591803BF543f3c
Octal24533113130073171247774
Binary1010010111011001101100111000011101111111010100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D959; }

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

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

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

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

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

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

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

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