#AEDF45

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

Shades of Conifer #AEDF45

Tints of Conifer #AEDF45

Color information

#AEDF45 (or 0xAEDF45) is unknown color: approx Conifer. HEX triplet: AE, DF and 45. RGB value is (174,223,69). Sum of RGB (Red+Green+Blue) = 174+223+69=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF45 is #5120BA. Grayscale: #BFBFBF. Windows color (decimal): -5316795 or 4579246. OLE color: 4579246.

HSL color Cylindrical-coordinate representation of color #AEDF45: hue angle of 79.09º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEDF45 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB17422369-
CMYK0.2200.690.13
HSL79.09º70.64%57.25%-
HSV(B)79.09º69.06%87.45%-
XYZ44.9262.215.27-
YUV190.7959.27116.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 69 (27.34% from 255) = 14.81%
R=37.34%
G=47.85%
B=14.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174223690.2200.690.1379.0970.6457.25
HexAEDF4516045D4f4739
Octal2563371052601051511710771
Binary101011101101111110001011011001000101110110011111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDF45; }

 p { color: rgb(174,223,69); }

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

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

 a { background-color: rgb(174,223,69); }

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

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

 span { border-color: rgb(174,223,69); }

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