#AED64D

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

Shades of Conifer #AED64D

Tints of Conifer #AED64D

Color information

#AED64D (or 0xAED64D) is unknown color: approx Conifer. HEX triplet: AE, D6 and 4D. RGB value is (174,214,77). Sum of RGB (Red+Green+Blue) = 174+214+77=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #AED64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED64D is #5129B2. Grayscale: #BABABA. Windows color (decimal): -5319091 or 5101230. OLE color: 5101230.

HSL color Cylindrical-coordinate representation of color #AED64D: hue angle of 77.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED64D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB17421477-
CMYK0.1900.640.16
HSL77.52º62.56%57.06%-
HSV(B)77.52º64.02%83.92%-
XYZ42.8457.6315.89-
YUV186.4266.25119.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 214 (83.98% from 255) = 46.02%
BLUE value IS 77 (30.47% from 255) = 16.56%
R=37.42%
G=46.02%
B=16.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174214770.1900.640.1677.5262.5657.06
HexAED64D13040104e3f39
Octal256326115230100201167771
Binary101011101101011010011011001101000000100001001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED64D; }

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

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

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

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

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

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

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

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