#AEDC5E

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

Shades of Conifer #AEDC5E

Tints of Conifer #AEDC5E

Color information

#AEDC5E (or 0xAEDC5E) is unknown color: approx Conifer. HEX triplet: AE, DC and 5E. RGB value is (174,220,94). Sum of RGB (Red+Green+Blue) = 174+220+94=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC5E is #5123A1. Grayscale: #C0C0C0. Windows color (decimal): -5317538 or 6216878. OLE color: 6216878.

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

Color convert

RGB17422094-
CMYK0.2100.570.14
HSL81.9º64.29%61.57%-
HSV(B)81.9º57.27%86.27%-
XYZ45.0760.9919.99-
YUV191.8872.76115.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 94 (37.11% from 255) = 19.26%
R=35.66%
G=45.08%
B=19.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174220940.2100.570.1481.964.2961.57
HexAEDC5E15039E52403e
Octal256334136250711612210076
Binary10101110110111001011110101010111001111010100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC5E; }

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

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

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

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

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

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

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

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