#AED441

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

Shades of Conifer #AED441

Tints of Conifer #AED441

Color information

#AED441 (or 0xAED441) is unknown color: approx Conifer. HEX triplet: AE, D4 and 41. RGB value is (174,212,65). Sum of RGB (Red+Green+Blue) = 174+212+65=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #AED441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED441 is #512BBE. Grayscale: #B8B8B8. Windows color (decimal): -5319615 or 4314286. OLE color: 4314286.

HSL color Cylindrical-coordinate representation of color #AED441: hue angle of 75.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AED441 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB17421265-
CMYK0.1800.690.17
HSL75.51º63.09%54.31%-
HSV(B)75.51º69.34%83.14%-
XYZ41.9556.4713.69-
YUV183.8860.91120.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 212 (83.20% from 255) = 47.01%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=38.58%
G=47.01%
B=14.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212650.1800.690.1775.5163.0954.31
HexAED44112045114c3f36
Octal256324101220105211147766
Binary101011101101010010000011001001000101100011001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED441; }

 p { color: rgb(174,212,65); }

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

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

 a { background-color: rgb(174,212,65); }

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

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

 span { border-color: rgb(174,212,65); }

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