#AED86B

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

Shades of Conifer #AED86B

Tints of Conifer #AED86B

Color information

#AED86B (or 0xAED86B) is unknown color: approx Conifer. HEX triplet: AE, D8 and 6B. RGB value is (174,216,107). Sum of RGB (Red+Green+Blue) = 174+216+107=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #AED86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED86B is #512794. Grayscale: #BFBFBF. Windows color (decimal): -5318549 or 7067822. OLE color: 7067822.

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

Color convert

RGB174216107-
CMYK0.1900.500.15
HSL83.12º58.29%63.33%-
HSV(B)83.12º50.46%84.71%-
XYZ44.6759.1722.98-
YUV191.0280.59115.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=35.01%
G=43.46%
B=21.53%

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
Decimal1742161070.1900.500.1583.1258.2963.33
HexAED86B13032F533a3f
Octal25633015323062171237277
Binary1010111011011000110101110011011001011111010011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED86B; }

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

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

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

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

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

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

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

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