#AACC5D

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

Shades of Conifer #AACC5D

Tints of Conifer #AACC5D

Color information

#AACC5D (or 0xAACC5D) is unknown color: approx Conifer. HEX triplet: AA, CC and 5D. RGB value is (170,204,93). Sum of RGB (Red+Green+Blue) = 170+204+93=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC5D is #5533A2. Grayscale: #B5B5B5. Windows color (decimal): -5583779 or 6147242. OLE color: 6147242.

HSL color Cylindrical-coordinate representation of color #AACC5D: hue angle of 78.38º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AACC5D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB17020493-
CMYK0.1700.540.2
HSL78.38º52.11%58.24%-
HSV(B)78.38º54.41%80%-
XYZ40.1552.5218.38-
YUV181.1878.24120.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 204 (80.08% from 255) = 43.68%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=36.40%
G=43.68%
B=19.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204930.1700.540.278.3852.1158.24
HexAACC5D11036144e343a
Octal25231413521066241166472
Binary10101010110011001011101100010110110101001001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC5D; }

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

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

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

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

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

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

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

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