#A5C65D

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

Shades of Conifer #A5C65D

Tints of Conifer #A5C65D

Color information

#A5C65D (or 0xA5C65D) is unknown color: approx Conifer. HEX triplet: A5, C6 and 5D. RGB value is (165,198,93). Sum of RGB (Red+Green+Blue) = 165+198+93=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C65D is #5A39A2. Grayscale: #B0B0B0. Windows color (decimal): -5912995 or 6145701. OLE color: 6145701.

HSL color Cylindrical-coordinate representation of color #A5C65D: hue angle of 78.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5C65D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB16519893-
CMYK0.1700.530.22
HSL78.86º47.95%57.06%-
HSV(B)78.86º53.03%77.65%-
XYZ37.6949.1817.86-
YUV176.1681.07120.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=36.18%
G=43.42%
B=20.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165198930.1700.530.2278.8647.9557.06
HexA5C65D11035164f3039
Octal24530613521065261176071
Binary10100101110001101011101100010110101101101001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C65D; }

 p { color: rgb(165,198,93); }

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

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

 a { background-color: rgb(165,198,93); }

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

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

 span { border-color: rgb(165,198,93); }

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