#a5d859

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

Shades of Conifer #A5D859

Tints of Conifer #A5D859

Color information

#A5D859 (or 0xA5D859) is unknown color: approx Conifer. HEX triplet: A5, D8 and 59. RGB value is (165,216,89). Sum of RGB (Red+Green+Blue) = 165+216+89=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D859 is #5A27A6. Grayscale: #BABABA. Windows color (decimal): -5908391 or 5888165. OLE color: 5888165.

HSL color Cylindrical-coordinate representation of color #A5D859: hue angle of 84.09º degrees, saturation: 0.62, 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 #A5D859 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB16521689-
CMYK0.2400.590.15
HSL84.09º61.95%59.8%-
HSV(B)84.09º58.8%84.71%-
XYZ41.8857.8318.41-
YUV186.2773.1112.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 89 (35.16% from 255) = 18.94%
R=35.11%
G=45.96%
B=18.94%

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
Decimal165216890.2400.590.1584.0961.9559.8
HexA5D8591803BF543e3c
Octal24533013130073171247674
Binary1010010111011000101100111000011101111111010100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5d859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5d859; }

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

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

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

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

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

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

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

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