#AACC60

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

Shades of Conifer #AACC60

Tints of Conifer #AACC60

Color information

#AACC60 (or 0xAACC60) is unknown color: approx Conifer. HEX triplet: AA, CC and 60. RGB value is (170,204,96). Sum of RGB (Red+Green+Blue) = 170+204+96=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC60 is #55339F. Grayscale: #B5B5B5. Windows color (decimal): -5583776 or 6343850. OLE color: 6343850.

HSL color Cylindrical-coordinate representation of color #AACC60: hue angle of 78.89º degrees, saturation: 0.51, 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 #AACC60 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB17020496-
CMYK0.1700.530.2
HSL78.89º51.43%58.82%-
HSV(B)78.89º52.94%80%-
XYZ40.2852.5819.09-
YUV181.5279.74119.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=36.17%
G=43.40%
B=20.43%

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
Decimal170204960.1700.530.278.8951.4358.82
HexAACC6011035144f333b
Octal25231414021065241176373
Binary10101010110011001100000100010110101101001001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC60; }

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

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

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

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

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

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

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

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