#AACC52

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

Shades of Conifer #AACC52

Tints of Conifer #AACC52

Color information

#AACC52 (or 0xAACC52) is unknown color: approx Conifer. HEX triplet: AA, CC and 52. RGB value is (170,204,82). Sum of RGB (Red+Green+Blue) = 170+204+82=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC52 is #5533AD. Grayscale: #B4B4B4. Windows color (decimal): -5583790 or 5426346. OLE color: 5426346.

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

Color convert

RGB17020482-
CMYK0.1700.600.2
HSL76.72º54.46%56.08%-
HSV(B)76.72º59.8%80%-
XYZ39.6952.3415.99-
YUV179.9372.74120.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=37.28%
G=44.74%
B=17.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204820.1700.600.276.7254.4656.08
HexAACC521103C144d3638
Octal25231412221074241156670
Binary10101010110011001010010100010111100101001001101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC52; }

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

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

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

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

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

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

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

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