#AECD60

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

Shades of Conifer #AECD60

Tints of Conifer #AECD60

Color information

#AECD60 (or 0xAECD60) is unknown color: approx Conifer. HEX triplet: AE, CD and 60. RGB value is (174,205,96). Sum of RGB (Red+Green+Blue) = 174+205+96=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD60 is #51329F. Grayscale: #B7B7B7. Windows color (decimal): -5321376 or 6344110. OLE color: 6344110.

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

Color convert

RGB17420596-
CMYK0.1500.530.20
HSL77.06º52.15%59.02%-
HSV(B)77.06º53.17%80.39%-
XYZ41.453.5119.21-
YUV183.378.73121.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=36.63%
G=43.16%
B=20.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal174205960.1500.530.2077.0652.1559.02
HexAECD60F035144d343b
Octal25631514017065241156473
Binary1010111011001101110000011110110101101001001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD60; }

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

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

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

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

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

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

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

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