#AECC56

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

Shades of Conifer #AECC56

Tints of Conifer #AECC56

Color information

#AECC56 (or 0xAECC56) is unknown color: approx Conifer. HEX triplet: AE, CC and 56. RGB value is (174,204,86). Sum of RGB (Red+Green+Blue) = 174+204+86=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC56 is #5133A9. Grayscale: #B6B6B6. Windows color (decimal): -5321642 or 5688494. OLE color: 5688494.

HSL color Cylindrical-coordinate representation of color #AECC56: hue angle of 75.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AECC56 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB17420486-
CMYK0.1500.580.2
HSL75.25º53.64%56.86%-
HSV(B)75.25º57.84%80%-
XYZ40.7352.8616.86-
YUV181.5874.06122.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 86 (33.98% from 255) = 18.53%
R=37.5%
G=43.97%
B=18.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174204860.1500.580.275.2553.6456.86
HexAECC56F03A144b3639
Octal25631412617072241136671
Binary1010111011001100101011011110111010101001001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC56; }

 p { color: rgb(174,204,86); }

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

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

 a { background-color: rgb(174,204,86); }

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

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

 span { border-color: rgb(174,204,86); }

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