#aecf47

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

Shades of Conifer #AECF47

Tints of Conifer #AECF47

Color information

#AECF47 (or 0xAECF47) is unknown color: approx Conifer. HEX triplet: AE, CF and 47. RGB value is (174,207,71). Sum of RGB (Red+Green+Blue) = 174+207+71=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF47 is #5130B8. Grayscale: #B6B6B6. Windows color (decimal): -5320889 or 4706222. OLE color: 4706222.

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

Color convert

RGB17420771-
CMYK0.1600.660.19
HSL74.56º58.62%54.51%-
HSV(B)74.56º65.7%81.18%-
XYZ40.9154.0814.24-
YUV181.6365.57122.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 207 (81.25% from 255) = 45.80%
BLUE value IS 71 (28.12% from 255) = 15.71%
R=38.50%
G=45.80%
B=15.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174207710.1600.660.1974.5658.6254.51
HexAECF4710042134b3b37
Octal256317107200102231137367
Binary101011101100111110001111000001000010100111001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aecf47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aecf47; }

 p { color: rgb(174,207,71); }

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

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

 a { background-color: rgb(174,207,71); }

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

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

 span { border-color: rgb(174,207,71); }

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