#AED94D

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

Shades of Conifer #AED94D

Tints of Conifer #AED94D

Color information

#AED94D (or 0xAED94D) is unknown color: approx Conifer. HEX triplet: AE, D9 and 4D. RGB value is (174,217,77). Sum of RGB (Red+Green+Blue) = 174+217+77=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #AED94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED94D is #5126B2. Grayscale: #BCBCBC. Windows color (decimal): -5318323 or 5101998. OLE color: 5101998.

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

Color convert

RGB17421777-
CMYK0.2000.650.15
HSL78.43º64.81%57.65%-
HSV(B)78.43º64.52%85.1%-
XYZ43.6159.1616.14-
YUV188.1865.25117.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 217 (85.16% from 255) = 46.37%
BLUE value IS 77 (30.47% from 255) = 16.45%
R=37.18%
G=46.37%
B=16.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174217770.2000.650.1578.4364.8157.65
HexAED94D14041F4e413a
Octal2563311152401011711610172
Binary101011101101100110011011010001000001111110011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED94D; }

 p { color: rgb(174,217,77); }

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

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

 a { background-color: rgb(174,217,77); }

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

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

 span { border-color: rgb(174,217,77); }

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