#AED54A

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

Shades of Conifer #AED54A

Tints of Conifer #AED54A

Color information

#AED54A (or 0xAED54A) is unknown color: approx Conifer. HEX triplet: AE, D5 and 4A. RGB value is (174,213,74). Sum of RGB (Red+Green+Blue) = 174+213+74=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #AED54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED54A is #512AB5. Grayscale: #BABABA. Windows color (decimal): -5319350 or 4904366. OLE color: 4904366.

HSL color Cylindrical-coordinate representation of color #AED54A: hue angle of 76.83º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED54A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB17421374-
CMYK0.1800.650.16
HSL76.83º62.33%56.27%-
HSV(B)76.83º65.26%83.53%-
XYZ42.4957.0815.26-
YUV185.4965.08119.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=37.74%
G=46.20%
B=16.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174213740.1800.650.1676.8362.3356.27
HexAED54A12041104d3e38
Octal256325112220101201157670
Binary101011101101010110010101001001000001100001001101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED54A; }

 p { color: rgb(174,213,74); }

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

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

 a { background-color: rgb(174,213,74); }

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

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

 span { border-color: rgb(174,213,74); }

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