#AED845

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

Shades of Conifer #AED845

Tints of Conifer #AED845

Color information

#AED845 (or 0xAED845) is unknown color: approx Conifer. HEX triplet: AE, D8 and 45. RGB value is (174,216,69). Sum of RGB (Red+Green+Blue) = 174+216+69=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #AED845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED845 is #5127BA. Grayscale: #BBBBBB. Windows color (decimal): -5318587 or 4577454. OLE color: 4577454.

HSL color Cylindrical-coordinate representation of color #AED845: hue angle of 77.14º degrees, saturation: 0.65, 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 #AED845 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB17421669-
CMYK0.1900.680.15
HSL77.14º65.33%55.88%-
HSV(B)77.14º68.06%84.71%-
XYZ43.0958.5414.66-
YUV186.6861.59118.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 69 (27.34% from 255) = 15.03%
R=37.91%
G=47.06%
B=15.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216690.1900.680.1577.1465.3355.88
HexAED84513044F4d4138
Octal2563301052301041711510170
Binary101011101101100010001011001101000100111110011011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED845; }

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

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

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

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

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

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

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

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