#AACD60

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

Shades of Conifer #AACD60

Tints of Conifer #AACD60

Color information

#AACD60 (or 0xAACD60) is unknown color: approx Conifer. HEX triplet: AA, CD and 60. RGB value is (170,205,96). Sum of RGB (Red+Green+Blue) = 170+205+96=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD60 is #55329F. Grayscale: #B6B6B6. Windows color (decimal): -5583520 or 6344106. OLE color: 6344106.

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

Color convert

RGB17020596-
CMYK0.1700.530.20
HSL79.27º52.15%59.02%-
HSV(B)79.27º53.17%80.39%-
XYZ40.5253.0519.17-
YUV182.1179.4119.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=36.09%
G=43.52%
B=20.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170205960.1700.530.2079.2752.1559.02
HexAACD6011035144f343b
Octal25231514021065241176473
Binary10101010110011011100000100010110101101001001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD60; }

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

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

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

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

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

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

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

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