#A9C95B

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

Shades of Conifer #A9C95B

Tints of Conifer #A9C95B

Color information

#A9C95B (or 0xA9C95B) is unknown color: approx Conifer. HEX triplet: A9, C9 and 5B. RGB value is (169,201,91). Sum of RGB (Red+Green+Blue) = 169+201+91=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C95B is #5636A4. Grayscale: #B3B3B3. Windows color (decimal): -5650085 or 6015401. OLE color: 6015401.

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

Color convert

RGB16920191-
CMYK0.1600.550.21
HSL77.45º50.46%57.25%-
HSV(B)77.45º54.73%78.82%-
XYZ39.1450.9617.67-
YUV178.8978.4120.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=36.66%
G=43.60%
B=19.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169201910.1600.550.2177.4550.4657.25
HexA9C95B10037154d3239
Octal25131113320067251156271
Binary10101001110010011011011100000110111101011001101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C95B; }

 p { color: rgb(169,201,91); }

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

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

 a { background-color: rgb(169,201,91); }

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

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

 span { border-color: rgb(169,201,91); }

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