#AED86D

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

Shades of Conifer #AED86D

Tints of Conifer #AED86D

Color information

#AED86D (or 0xAED86D) is unknown color: approx Conifer. HEX triplet: AE, D8 and 6D. RGB value is (174,216,109). Sum of RGB (Red+Green+Blue) = 174+216+109=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #AED86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED86D is #512792. Grayscale: #BFBFBF. Windows color (decimal): -5318547 or 7198894. OLE color: 7198894.

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

Color convert

RGB174216109-
CMYK0.1900.500.15
HSL83.55º57.84%63.73%-
HSV(B)83.55º49.54%84.71%-
XYZ44.7759.2123.54-
YUV191.2481.59115.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=34.87%
G=43.29%
B=21.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161090.1900.500.1583.5557.8463.73
HexAED86D13032F543a40
Octal256330155230621712472100
Binary10101110110110001101101100110110010111110101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED86D; }

 p { color: rgb(174,216,109); }

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

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

 a { background-color: rgb(174,216,109); }

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

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

 span { border-color: rgb(174,216,109); }

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