#AED067

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

Shades of Conifer #AED067

Tints of Conifer #AED067

Color information

#AED067 (or 0xAED067) is unknown color: approx Conifer. HEX triplet: AE, D0 and 67. RGB value is (174,208,103). Sum of RGB (Red+Green+Blue) = 174+208+103=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #AED067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED067 is #512F98. Grayscale: #BABABA. Windows color (decimal): -5320601 or 6803630. OLE color: 6803630.

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

Color convert

RGB174208103-
CMYK0.1600.500.18
HSL79.43º52.76%60.98%-
HSV(B)79.43º50.48%81.57%-
XYZ42.4655.0921.23-
YUV185.8681.24119.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=35.88%
G=42.89%
B=21.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081030.1600.500.1879.4352.7660.98
HexAED06710032124f353d
Octal25632014720062221176575
Binary10101110110100001100111100000110010100101001111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED067; }

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

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

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

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

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

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

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

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