#AED85A

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

Shades of Conifer #AED85A

Tints of Conifer #AED85A

Color information

#AED85A (or 0xAED85A) is unknown color: approx Conifer. HEX triplet: AE, D8 and 5A. RGB value is (174,216,90). Sum of RGB (Red+Green+Blue) = 174+216+90=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #AED85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED85A is #5127A5. Grayscale: #BDBDBD. Windows color (decimal): -5318566 or 5953710. OLE color: 5953710.

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

Color convert

RGB17421690-
CMYK0.1900.580.15
HSL80º61.76%60%-
HSV(B)80º58.33%84.71%-
XYZ43.8658.8518.72-
YUV189.0872.09117.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 216 (84.77% from 255) = 45%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=36.25%
G=45%
B=18.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216900.1900.580.158061.7660
HexAED85A1303AF503e3c
Octal25633013223072171207674
Binary1010111011011000101101010011011101011111010000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED85A; }

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

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

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

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

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

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

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

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