#AED15F

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

Shades of Conifer #AED15F

Tints of Conifer #AED15F

Color information

#AED15F (or 0xAED15F) is unknown color: approx Conifer. HEX triplet: AE, D1 and 5F. RGB value is (174,209,95). Sum of RGB (Red+Green+Blue) = 174+209+95=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #AED15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED15F is #512EA0. Grayscale: #B9B9B9. Windows color (decimal): -5320353 or 6279598. OLE color: 6279598.

HSL color Cylindrical-coordinate representation of color #AED15F: hue angle of 78.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AED15F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB17420995-
CMYK0.1700.550.18
HSL78.42º55.34%59.61%-
HSV(B)78.42º54.55%81.96%-
XYZ42.3255.4319.29-
YUV185.5476.9119.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=36.40%
G=43.72%
B=19.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174209950.1700.550.1878.4255.3459.61
HexAED15F11037124e373c
Octal25632113721067221166774
Binary10101110110100011011111100010110111100101001110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED15F; }

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

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

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

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

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

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

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

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