#A9C85A

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

Shades of Conifer #A9C85A

Tints of Conifer #A9C85A

Color information

#A9C85A (or 0xA9C85A) is unknown color: approx Conifer. HEX triplet: A9, C8 and 5A. RGB value is (169,200,90). Sum of RGB (Red+Green+Blue) = 169+200+90=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C85A is #5637A5. Grayscale: #B2B2B2. Windows color (decimal): -5650342 or 5949609. OLE color: 5949609.

HSL color Cylindrical-coordinate representation of color #A9C85A: hue angle of 76.91º 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 #A9C85A is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB16920090-
CMYK0.1600.550.22
HSL76.91º50%56.86%-
HSV(B)76.91º55%78.43%-
XYZ38.8650.4817.37-
YUV178.1978.23121.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 90 (35.55% from 255) = 19.61%
R=36.82%
G=43.57%
B=19.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169200900.1600.550.2276.915056.86
HexA9C85A10037164d3239
Octal25131013220067261156271
Binary10101001110010001011010100000110111101101001101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C85A; }

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

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

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

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

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

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

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

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