#AED044

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

Shades of Conifer #AED044

Tints of Conifer #AED044

Color information

#AED044 (or 0xAED044) is unknown color: approx Conifer. HEX triplet: AE, D0 and 44. RGB value is (174,208,68). Sum of RGB (Red+Green+Blue) = 174+208+68=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #AED044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED044 is #512FBB. Grayscale: #B6B6B6. Windows color (decimal): -5320636 or 4509870. OLE color: 4509870.

HSL color Cylindrical-coordinate representation of color #AED044: hue angle of 74.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AED044 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB17420868-
CMYK0.1600.670.18
HSL74.57º59.83%54.12%-
HSV(B)74.57º67.31%81.57%-
XYZ41.0554.5313.83-
YUV181.8763.74122.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 208 (81.64% from 255) = 46.22%
BLUE value IS 68 (26.95% from 255) = 15.11%
R=38.67%
G=46.22%
B=15.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174208680.1600.670.1874.5759.8354.12
HexAED04410043124b3c36
Octal256320104200103221137466
Binary101011101101000010001001000001000011100101001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED044; }

 p { color: rgb(174,208,68); }

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

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

 a { background-color: rgb(174,208,68); }

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

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

 span { border-color: rgb(174,208,68); }

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