#AED85D

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

Shades of Conifer #AED85D

Tints of Conifer #AED85D

Color information

#AED85D (or 0xAED85D) is unknown color: approx Conifer. HEX triplet: AE, D8 and 5D. RGB value is (174,216,93). Sum of RGB (Red+Green+Blue) = 174+216+93=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #AED85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED85D is #5127A2. Grayscale: #BDBDBD. Windows color (decimal): -5318563 or 6150318. OLE color: 6150318.

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

Color convert

RGB17421693-
CMYK0.1900.570.15
HSL80.49º61.19%60.59%-
HSV(B)80.49º56.94%84.71%-
XYZ43.9958.919.41-
YUV189.4273.59117-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 93 (36.72% from 255) = 19.25%
R=36.02%
G=44.72%
B=19.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216930.1900.570.1580.4961.1960.59
HexAED85D13039F503d3d
Octal25633013523071171207575
Binary1010111011011000101110110011011100111111010000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED85D; }

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

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

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

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

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

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

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

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