#AEDD6D

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

Shades of Conifer #AEDD6D

Tints of Conifer #AEDD6D

Color information

#AEDD6D (or 0xAEDD6D) is unknown color: approx Conifer. HEX triplet: AE, DD and 6D. RGB value is (174,221,109). Sum of RGB (Red+Green+Blue) = 174+221+109=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD6D is #512292. Grayscale: #C2C2C2. Windows color (decimal): -5317267 or 7200174. OLE color: 7200174.

HSL color Cylindrical-coordinate representation of color #AEDD6D: hue angle of 85.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEDD6D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB174221109-
CMYK0.2100.510.13
HSL85.18º62.22%64.71%-
HSV(B)85.18º50.68%86.67%-
XYZ46.0761.8223.97-
YUV194.1879.93113.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=34.52%
G=43.85%
B=21.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211090.2100.510.1385.1862.2264.71
HexAEDD6D15033D553e41
Octal256335155250631512576101
Binary10101110110111011101101101010110011110110101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD6D; }

 p { color: rgb(174,221,109); }

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

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

 a { background-color: rgb(174,221,109); }

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

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

 span { border-color: rgb(174,221,109); }

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