#AECF62

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

Shades of Conifer #AECF62

Tints of Conifer #AECF62

Color information

#AECF62 (or 0xAECF62) is unknown color: approx Conifer. HEX triplet: AE, CF and 62. RGB value is (174,207,98). Sum of RGB (Red+Green+Blue) = 174+207+98=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECF62 is #51309D. Grayscale: #B9B9B9. Windows color (decimal): -5320862 or 6475694. OLE color: 6475694.

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

Color convert

RGB17420798-
CMYK0.1600.530.19
HSL78.17º53.17%59.8%-
HSV(B)78.17º52.66%81.18%-
XYZ41.9754.5119.86-
YUV184.7179.07120.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=36.33%
G=43.22%
B=20.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal174207980.1600.530.1978.1753.1759.8
HexAECF6210035134e353c
Octal25631714220065231166574
Binary10101110110011111100010100000110101100111001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF62; }

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

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

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

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

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

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

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

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