#AECE4D

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

Shades of Conifer #AECE4D

Tints of Conifer #AECE4D

Color information

#AECE4D (or 0xAECE4D) is unknown color: approx Conifer. HEX triplet: AE, CE and 4D. RGB value is (174,206,77). Sum of RGB (Red+Green+Blue) = 174+206+77=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE4D is #5131B2. Grayscale: #B6B6B6. Windows color (decimal): -5321139 or 5099182. OLE color: 5099182.

HSL color Cylindrical-coordinate representation of color #AECE4D: hue angle of 74.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AECE4D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB17420677-
CMYK0.1600.630.19
HSL74.88º56.83%55.49%-
HSV(B)74.88º62.62%80.78%-
XYZ40.8753.6815.23-
YUV181.7368.9122.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 206 (80.86% from 255) = 45.08%
BLUE value IS 77 (30.47% from 255) = 16.85%
R=38.07%
G=45.08%
B=16.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174206770.1600.630.1974.8856.8355.49
HexAECE4D1003F134b3937
Octal25631611520077231137167
Binary10101110110011101001101100000111111100111001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE4D; }

 p { color: rgb(174,206,77); }

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

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

 a { background-color: rgb(174,206,77); }

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

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

 span { border-color: rgb(174,206,77); }

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