#AEDC67

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

Shades of Conifer #AEDC67

Tints of Conifer #AEDC67

Color information

#AEDC67 (or 0xAEDC67) is unknown color: approx Conifer. HEX triplet: AE, DC and 67. RGB value is (174,220,103). Sum of RGB (Red+Green+Blue) = 174+220+103=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC67 is #512398. Grayscale: #C1C1C1. Windows color (decimal): -5317529 or 6806702. OLE color: 6806702.

HSL color Cylindrical-coordinate representation of color #AEDC67: hue angle of 83.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEDC67 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB174220103-
CMYK0.2100.530.14
HSL83.59º62.57%63.33%-
HSV(B)83.59º53.18%86.27%-
XYZ45.561.1622.24-
YUV192.9177.26114.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 103 (40.62% from 255) = 20.72%
R=35.01%
G=44.27%
B=20.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201030.2100.530.1483.5962.5763.33
HexAEDC6715035E543f3f
Octal25633414725065161247777
Binary1010111011011100110011110101011010111101010100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC67; }

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

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

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

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

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

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

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

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