#AED46B

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

Shades of Conifer #AED46B

Tints of Conifer #AED46B

Color information

#AED46B (or 0xAED46B) is unknown color: approx Conifer. HEX triplet: AE, D4 and 6B. RGB value is (174,212,107). Sum of RGB (Red+Green+Blue) = 174+212+107=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #AED46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED46B is #512B94. Grayscale: #BDBDBD. Windows color (decimal): -5319573 or 7066798. OLE color: 7066798.

HSL color Cylindrical-coordinate representation of color #AED46B: hue angle of 81.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED46B is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB174212107-
CMYK0.1800.500.17
HSL81.71º54.97%62.55%-
HSV(B)81.71º49.53%83.14%-
XYZ43.6557.1522.64-
YUV188.6781.91117.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=35.29%
G=43.00%
B=21.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121070.1800.500.1781.7154.9762.55
HexAED46B120321152373f
Octal25632415322062211226777
Binary10101110110101001101011100100110010100011010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED46B; }

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

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

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

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

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

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

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

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