#AED16B

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

Shades of Conifer #AED16B

Tints of Conifer #AED16B

Color information

#AED16B (or 0xAED16B) is unknown color: approx Conifer. HEX triplet: AE, D1 and 6B. RGB value is (174,209,107). Sum of RGB (Red+Green+Blue) = 174+209+107=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #AED16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED16B is #512E94. Grayscale: #BBBBBB. Windows color (decimal): -5320341 or 7066030. OLE color: 7066030.

HSL color Cylindrical-coordinate representation of color #AED16B: hue angle of 80.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED16B is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB174209107-
CMYK0.1700.490.18
HSL80.59º52.58%61.96%-
HSV(B)80.59º48.8%81.96%-
XYZ42.9155.6622.39-
YUV186.9182.9118.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 107 (42.19% from 255) = 21.84%
R=35.51%
G=42.65%
B=21.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091070.1700.490.1880.5952.5861.96
HexAED16B110311251353e
Octal25632115321061221216576
Binary10101110110100011101011100010110001100101010001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED16B; }

 p { color: rgb(174,209,107); }

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

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

 a { background-color: rgb(174,209,107); }

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

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

 span { border-color: rgb(174,209,107); }

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