#AACA56

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

Shades of Conifer #AACA56

Tints of Conifer #AACA56

Color information

#AACA56 (or 0xAACA56) is unknown color: approx Conifer. HEX triplet: AA, CA and 56. RGB value is (170,202,86). Sum of RGB (Red+Green+Blue) = 170+202+86=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA56 is #5535A9. Grayscale: #B3B3B3. Windows color (decimal): -5584298 or 5687978. OLE color: 5687978.

HSL color Cylindrical-coordinate representation of color #AACA56: 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.57%. Process color model (Four color, CMYK) of #AACA56 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB17020286-
CMYK0.1600.570.21
HSL76.55º52.25%56.47%-
HSV(B)76.55º57.43%79.22%-
XYZ39.3851.4616.66-
YUV179.2175.4121.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 86 (33.98% from 255) = 18.78%
R=37.12%
G=44.10%
B=18.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202860.1600.570.2176.5552.2556.47
HexAACA5610039154d3438
Octal25231212620071251156470
Binary10101010110010101010110100000111001101011001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA56; }

 p { color: rgb(170,202,86); }

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

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

 a { background-color: rgb(170,202,86); }

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

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

 span { border-color: rgb(170,202,86); }

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