#AEEA49

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

Shades of Conifer #AEEA49

Tints of Conifer #AEEA49

Color information

#AEEA49 (or 0xAEEA49) is unknown color: approx Conifer. HEX triplet: AE, EA and 49. RGB value is (174,234,73). Sum of RGB (Red+Green+Blue) = 174+234+73=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA49 is #5115B6. Grayscale: #C6C6C6. Windows color (decimal): -5313975 or 4844206. OLE color: 4844206.

HSL color Cylindrical-coordinate representation of color #AEEA49: hue angle of 82.36º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEEA49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB17423473-
CMYK0.2600.690.08
HSL82.36º79.31%60.2%-
HSV(B)82.36º68.8%91.76%-
XYZ48.0868.3316.96-
YUV197.7157.62111.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 234 (91.80% from 255) = 48.65%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=36.17%
G=48.65%
B=15.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174234730.2600.690.0882.3679.3160.2
HexAEEA491A0458524f3c
Octal2563521113201051012211774
Binary101011101110101010010011101001000101100010100101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEA49; }

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

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

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

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

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

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

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

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