#AEDA45

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

Shades of Conifer #AEDA45

Tints of Conifer #AEDA45

Color information

#AEDA45 (or 0xAEDA45) is unknown color: approx Conifer. HEX triplet: AE, DA and 45. RGB value is (174,218,69). Sum of RGB (Red+Green+Blue) = 174+218+69=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA45 is #5125BA. Grayscale: #BCBCBC. Windows color (decimal): -5318075 or 4577966. OLE color: 4577966.

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

Color convert

RGB17421869-
CMYK0.2000.680.15
HSL77.72º66.82%56.27%-
HSV(B)77.72º68.35%85.49%-
XYZ43.659.5714.83-
YUV187.8660.92118.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=37.74%
G=47.29%
B=14.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174218690.2000.680.1577.7266.8256.27
HexAEDA4514044F4e4338
Octal2563321052401041711610370
Binary101011101101101010001011010001000100111110011101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA45; }

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

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

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

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

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

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

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

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