#A5C85A

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

Shades of Conifer #A5C85A

Tints of Conifer #A5C85A

Color information

#A5C85A (or 0xA5C85A) is unknown color: approx Conifer. HEX triplet: A5, C8 and 5A. RGB value is (165,200,90). Sum of RGB (Red+Green+Blue) = 165+200+90=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C85A is #5A37A5. Grayscale: #B1B1B1. Windows color (decimal): -5912486 or 5949605. OLE color: 5949605.

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

Color convert

RGB16520090-
CMYK0.1800.550.22
HSL79.09º50%56.86%-
HSV(B)79.09º55%78.43%-
XYZ38.0250.0517.33-
YUV176.9978.9119.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 200 (78.52% from 255) = 43.96%
BLUE value IS 90 (35.55% from 255) = 19.78%
R=36.26%
G=43.96%
B=19.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165200900.1800.550.2279.095056.86
HexA5C85A12037164f3239
Octal24531013222067261176271
Binary10100101110010001011010100100110111101101001111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C85A; }

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

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

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

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

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

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

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

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