#AED043

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

Shades of Conifer #AED043

Tints of Conifer #AED043

Color information

#AED043 (or 0xAED043) is unknown color: approx Conifer. HEX triplet: AE, D0 and 43. RGB value is (174,208,67). Sum of RGB (Red+Green+Blue) = 174+208+67=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #AED043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED043 is #512FBC. Grayscale: #B6B6B6. Windows color (decimal): -5320637 or 4444334. OLE color: 4444334.

HSL color Cylindrical-coordinate representation of color #AED043: hue angle of 74.47º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AED043 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB17420867-
CMYK0.1600.680.18
HSL74.47º60%53.92%-
HSV(B)74.47º67.79%81.57%-
XYZ41.0254.5213.67-
YUV181.7663.24122.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 67 (26.56% from 255) = 14.92%
R=38.75%
G=46.33%
B=14.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174208670.1600.680.1874.476053.92
HexAED04310044124a3c36
Octal256320103200104221127466
Binary101011101101000010000111000001000100100101001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED043; }

 p { color: rgb(174,208,67); }

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

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

 a { background-color: rgb(174,208,67); }

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

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

 span { border-color: rgb(174,208,67); }

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