#A5DA60

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

Shades of Conifer #A5DA60

Tints of Conifer #A5DA60

Color information

#A5DA60 (or 0xA5DA60) is unknown color: approx Conifer. HEX triplet: A5, DA and 60. RGB value is (165,218,96). Sum of RGB (Red+Green+Blue) = 165+218+96=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DA60 is #5A259F. Grayscale: #BCBCBC. Windows color (decimal): -5907872 or 6347429. OLE color: 6347429.

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

Color convert

RGB16521896-
CMYK0.2400.560.15
HSL86.07º62.24%61.57%-
HSV(B)86.07º55.96%85.49%-
XYZ42.758.9920.2-
YUV188.2475.94111.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 96 (37.89% from 255) = 20.04%
R=34.45%
G=45.51%
B=20.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165218960.2400.560.1586.0762.2461.57
HexA5DA6018038F563e3e
Octal24533214030070171267676
Binary1010010111011010110000011000011100011111010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA60; }

 p { color: rgb(165,218,96); }

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

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

 a { background-color: rgb(165,218,96); }

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

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

 span { border-color: rgb(165,218,96); }

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