#AED564

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

Shades of Conifer #AED564

Tints of Conifer #AED564

Color information

#AED564 (or 0xAED564) is unknown color: approx Conifer. HEX triplet: AE, D5 and 64. RGB value is (174,213,100). Sum of RGB (Red+Green+Blue) = 174+213+100=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #AED564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED564 is #512A9B. Grayscale: #BCBCBC. Windows color (decimal): -5319324 or 6608302. OLE color: 6608302.

HSL color Cylindrical-coordinate representation of color #AED564: hue angle of 80.71º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AED564 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB174213100-
CMYK0.1800.530.16
HSL80.71º57.36%61.37%-
HSV(B)80.71º53.05%83.53%-
XYZ43.5557.5120.86-
YUV188.4678.08117.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=35.73%
G=43.74%
B=20.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131000.1800.530.1680.7157.3661.37
HexAED564120351051393d
Octal25632514422065201217175
Binary10101110110101011100100100100110101100001010001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED564; }

 p { color: rgb(174,213,100); }

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

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

 a { background-color: rgb(174,213,100); }

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

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

 span { border-color: rgb(174,213,100); }

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