#AACC50

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

Shades of Conifer #AACC50

Tints of Conifer #AACC50

Color information

#AACC50 (or 0xAACC50) is unknown color: approx Conifer. HEX triplet: AA, CC and 50. RGB value is (170,204,80). Sum of RGB (Red+Green+Blue) = 170+204+80=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC50 is #5533AF. Grayscale: #B4B4B4. Windows color (decimal): -5583792 or 5295274. OLE color: 5295274.

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

Color convert

RGB17020480-
CMYK0.1700.610.2
HSL76.45º54.87%55.69%-
HSV(B)76.45º60.78%80%-
XYZ39.6252.3115.6-
YUV179.771.74121.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=37.44%
G=44.93%
B=17.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204800.1700.610.276.4554.8755.69
HexAACC501103D144c3738
Octal25231412021075241146770
Binary10101010110011001010000100010111101101001001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC50; }

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

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

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

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

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

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

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

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