#AED45F

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

Shades of Conifer #AED45F

Tints of Conifer #AED45F

Color information

#AED45F (or 0xAED45F) is unknown color: approx Conifer. HEX triplet: AE, D4 and 5F. RGB value is (174,212,95). Sum of RGB (Red+Green+Blue) = 174+212+95=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #AED45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED45F is #512BA0. Grayscale: #BBBBBB. Windows color (decimal): -5319585 or 6280366. OLE color: 6280366.

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

Color convert

RGB17421295-
CMYK0.1800.550.17
HSL79.49º57.64%60.2%-
HSV(B)79.49º55.19%83.14%-
XYZ43.0656.9119.54-
YUV187.375.91118.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=36.17%
G=44.07%
B=19.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212950.1800.550.1779.4957.6460.2
HexAED45F12037114f3a3c
Octal25632413722067211177274
Binary10101110110101001011111100100110111100011001111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED45F; }

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

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

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

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

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

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

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

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