#AACA5D

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

Shades of Conifer #AACA5D

Tints of Conifer #AACA5D

Color information

#AACA5D (or 0xAACA5D) is unknown color: approx Conifer. HEX triplet: AA, CA and 5D. RGB value is (170,202,93). Sum of RGB (Red+Green+Blue) = 170+202+93=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA5D is #5535A2. Grayscale: #B4B4B4. Windows color (decimal): -5584291 or 6146730. OLE color: 6146730.

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

Color convert

RGB17020293-
CMYK0.1600.540.21
HSL77.61º50.7%57.84%-
HSV(B)77.61º53.96%79.22%-
XYZ39.6751.5818.22-
YUV180.0178.9120.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 93 (36.72% from 255) = 20%
R=36.56%
G=43.44%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202930.1600.540.2177.6150.757.84
HexAACA5D10036154e333a
Octal25231213520066251166372
Binary10101010110010101011101100000110110101011001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA5D; }

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

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

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

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

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

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

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

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