#AED85F

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

Shades of Conifer #AED85F

Tints of Conifer #AED85F

Color information

#AED85F (or 0xAED85F) is unknown color: approx Conifer. HEX triplet: AE, D8 and 5F. RGB value is (174,216,95). Sum of RGB (Red+Green+Blue) = 174+216+95=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #AED85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED85F is #5127A0. Grayscale: #BEBEBE. Windows color (decimal): -5318561 or 6281390. OLE color: 6281390.

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

Color convert

RGB17421695-
CMYK0.1900.560.15
HSL80.83º60.8%60.98%-
HSV(B)80.83º56.02%84.71%-
XYZ44.0858.9419.88-
YUV189.6574.59116.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=35.88%
G=44.54%
B=19.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216950.1900.560.1580.8360.860.98
HexAED85F13038F513d3d
Octal25633013723070171217575
Binary1010111011011000101111110011011100011111010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED85F; }

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

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

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

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

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

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

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

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