#AEDA49

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

Shades of Conifer #AEDA49

Tints of Conifer #AEDA49

Color information

#AEDA49 (or 0xAEDA49) is unknown color: approx Conifer. HEX triplet: AE, DA and 49. RGB value is (174,218,73). Sum of RGB (Red+Green+Blue) = 174+218+73=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA49 is #5125B6. Grayscale: #BCBCBC. Windows color (decimal): -5318071 or 4840110. OLE color: 4840110.

HSL color Cylindrical-coordinate representation of color #AEDA49: hue angle of 78.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEDA49 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB17421873-
CMYK0.2000.670.15
HSL78.21º66.21%57.06%-
HSV(B)78.21º66.51%85.49%-
XYZ43.7359.6215.51-
YUV188.3162.92117.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=37.42%
G=46.88%
B=15.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174218730.2000.670.1578.2166.2157.06
HexAEDA4914043F4e4239
Octal2563321112401031711610271
Binary101011101101101010010011010001000011111110011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA49; }

 p { color: rgb(174,218,73); }

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

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

 a { background-color: rgb(174,218,73); }

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

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

 span { border-color: rgb(174,218,73); }

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