#AED054

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

Shades of Conifer #AED054

Tints of Conifer #AED054

Color information

#AED054 (or 0xAED054) is unknown color: approx Conifer. HEX triplet: AE, D0 and 54. RGB value is (174,208,84). Sum of RGB (Red+Green+Blue) = 174+208+84=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #AED054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED054 is #512FAB. Grayscale: #B8B8B8. Windows color (decimal): -5320620 or 5558446. OLE color: 5558446.

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

Color convert

RGB17420884-
CMYK0.1600.600.18
HSL76.45º56.88%57.25%-
HSV(B)76.45º59.62%81.57%-
XYZ41.6154.7516.76-
YUV183.771.74121.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 208 (81.64% from 255) = 44.64%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=37.34%
G=44.64%
B=18.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174208840.1600.600.1876.4556.8857.25
HexAED0541003C124c3939
Octal25632012420074221147171
Binary10101110110100001010100100000111100100101001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED054; }

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

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

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

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

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

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

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

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