#AED542

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

Shades of Conifer #AED542

Tints of Conifer #AED542

Color information

#AED542 (or 0xAED542) is unknown color: approx Conifer. HEX triplet: AE, D5 and 42. RGB value is (174,213,66). Sum of RGB (Red+Green+Blue) = 174+213+66=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #AED542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED542 is #512ABD. Grayscale: #B9B9B9. Windows color (decimal): -5319358 or 4380078. OLE color: 4380078.

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

Color convert

RGB17421366-
CMYK0.1800.690.16
HSL75.92º63.64%54.71%-
HSV(B)75.92º69.01%83.53%-
XYZ42.2356.9813.93-
YUV184.5861.08120.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 66 (26.17% from 255) = 14.57%
R=38.41%
G=47.02%
B=14.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174213660.1800.690.1675.9263.6454.71
HexAED54212045104c4037
Octal2563251022201052011410067
Binary1010111011010101100001010010010001011000010011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED542; }

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

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

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

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

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

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

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

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