#AACD5C

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

Shades of Conifer #AACD5C

Tints of Conifer #AACD5C

Color information

#AACD5C (or 0xAACD5C) is unknown color: approx Conifer. HEX triplet: AA, CD and 5C. RGB value is (170,205,92). Sum of RGB (Red+Green+Blue) = 170+205+92=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD5C is #5532A3. Grayscale: #B6B6B6. Windows color (decimal): -5583524 or 6081962. OLE color: 6081962.

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

Color convert

RGB17020592-
CMYK0.1700.550.20
HSL78.58º53.05%58.24%-
HSV(B)78.58º55.12%80.39%-
XYZ40.3452.9818.23-
YUV181.6577.4119.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=36.40%
G=43.90%
B=19.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170205920.1700.550.2078.5853.0558.24
HexAACD5C11037144f353a
Octal25231513421067241176572
Binary10101010110011011011100100010110111101001001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD5C; }

 p { color: rgb(170,205,92); }

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

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

 a { background-color: rgb(170,205,92); }

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

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

 span { border-color: rgb(170,205,92); }

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