#aede6e

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

Shades of Conifer #AEDE6E

Tints of Conifer #AEDE6E

Color information

#AEDE6E (or 0xAEDE6E) is unknown color: approx Conifer. HEX triplet: AE, DE and 6E. RGB value is (174,222,110). Sum of RGB (Red+Green+Blue) = 174+222+110=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE6E is #512191. Grayscale: #C3C3C3. Windows color (decimal): -5317010 or 7265966. OLE color: 7265966.

HSL color Cylindrical-coordinate representation of color #AEDE6E: hue angle of 85.71º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDE6E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB174222110-
CMYK0.2200.500.13
HSL85.71º62.92%65.1%-
HSV(B)85.71º50.45%87.06%-
XYZ46.3962.3724.34-
YUV194.8880.1113.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=34.39%
G=43.87%
B=21.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221100.2200.500.1385.7162.9265.1
HexAEDE6E16032D563f41
Octal256336156260621512677101
Binary10101110110111101101110101100110010110110101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aede6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aede6e; }

 p { color: rgb(174,222,110); }

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

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

 a { background-color: rgb(174,222,110); }

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

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

 span { border-color: rgb(174,222,110); }

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