#A5C85E

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

Shades of Conifer #A5C85E

Tints of Conifer #A5C85E

Color information

#A5C85E (or 0xA5C85E) is unknown color: approx Conifer. HEX triplet: A5, C8 and 5E. RGB value is (165,200,94). Sum of RGB (Red+Green+Blue) = 165+200+94=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C85E is #5A37A1. Grayscale: #B1B1B1. Windows color (decimal): -5912482 or 6211749. OLE color: 6211749.

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

Color convert

RGB16520094-
CMYK0.1800.530.22
HSL79.81º49.07%57.65%-
HSV(B)79.81º53%78.43%-
XYZ38.1950.1218.25-
YUV177.4580.9119.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=35.95%
G=43.57%
B=20.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165200940.1800.530.2279.8149.0757.65
HexA5C85E120351650313a
Octal24531013622065261206172
Binary10100101110010001011110100100110101101101010000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C85E; }

 p { color: rgb(165,200,94); }

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

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

 a { background-color: rgb(165,200,94); }

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

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

 span { border-color: rgb(165,200,94); }

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