#AECC5D

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

Shades of Conifer #AECC5D

Tints of Conifer #AECC5D

Color information

#AECC5D (or 0xAECC5D) is unknown color: approx Conifer. HEX triplet: AE, CC and 5D. RGB value is (174,204,93). Sum of RGB (Red+Green+Blue) = 174+204+93=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC5D is #5133A2. Grayscale: #B6B6B6. Windows color (decimal): -5321635 or 6147246. OLE color: 6147246.

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

Color convert

RGB17420493-
CMYK0.1500.540.2
HSL76.22º52.11%58.24%-
HSV(B)76.22º54.41%80%-
XYZ41.0252.9718.42-
YUV182.3877.56122.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=36.94%
G=43.31%
B=19.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal174204930.1500.540.276.2252.1158.24
HexAECC5DF036144c343a
Octal25631413517066241146472
Binary1010111011001100101110111110110110101001001100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC5D; }

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

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

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

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

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

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

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

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