#AACC5F

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

Shades of Conifer #AACC5F

Tints of Conifer #AACC5F

Color information

#AACC5F (or 0xAACC5F) is unknown color: approx Conifer. HEX triplet: AA, CC and 5F. RGB value is (170,204,95). Sum of RGB (Red+Green+Blue) = 170+204+95=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC5F is #5533A0. Grayscale: #B5B5B5. Windows color (decimal): -5583777 or 6278314. OLE color: 6278314.

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

Color convert

RGB17020495-
CMYK0.1700.530.2
HSL78.72º51.66%58.63%-
HSV(B)78.72º53.43%80%-
XYZ40.2452.5618.85-
YUV181.4179.24119.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=36.25%
G=43.50%
B=20.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204950.1700.530.278.7251.6658.63
HexAACC5F11035144f343b
Octal25231413721065241176473
Binary10101010110011001011111100010110101101001001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC5F; }

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

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

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

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

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

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

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

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