#A9C955

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

Shades of Conifer #A9C955

Tints of Conifer #A9C955

Color information

#A9C955 (or 0xA9C955) is unknown color: approx Conifer. HEX triplet: A9, C9 and 55. RGB value is (169,201,85). Sum of RGB (Red+Green+Blue) = 169+201+85=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C955 is #5636AA. Grayscale: #B2B2B2. Windows color (decimal): -5650091 or 5622185. OLE color: 5622185.

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

Color convert

RGB16920185-
CMYK0.1600.580.21
HSL76.55º51.79%56.08%-
HSV(B)76.55º57.71%78.82%-
XYZ38.8950.8616.36-
YUV178.2175.4121.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=37.14%
G=44.18%
B=18.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169201850.1600.580.2176.5551.7956.08
HexA9C9551003A154d3438
Octal25131112520072251156470
Binary10101001110010011010101100000111010101011001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C955; }

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

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

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

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

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

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

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

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