#aed645

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

Shades of Conifer #AED645

Tints of Conifer #AED645

Color information

#AED645 (or 0xAED645) is unknown color: approx Conifer. HEX triplet: AE, D6 and 45. RGB value is (174,214,69). Sum of RGB (Red+Green+Blue) = 174+214+69=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #AED645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED645 is #5129BA. Grayscale: #BABABA. Windows color (decimal): -5319099 or 4576942. OLE color: 4576942.

HSL color Cylindrical-coordinate representation of color #AED645: hue angle of 76.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AED645 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB17421469-
CMYK0.1900.680.16
HSL76.55º63.88%55.49%-
HSV(B)76.55º67.76%83.92%-
XYZ42.5857.5214.49-
YUV185.5162.25119.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 69 (27.34% from 255) = 15.10%
R=38.07%
G=46.83%
B=15.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174214690.1900.680.1676.5563.8855.49
HexAED64513044104d4037
Octal2563261052301042011510067
Binary1010111011010110100010110011010001001000010011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed645; }

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

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

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

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

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

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

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

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