#AEDC3F

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

Shades of Conifer #AEDC3F

Tints of Conifer #AEDC3F

Color information

#AEDC3F (or 0xAEDC3F) is unknown color: approx Conifer. HEX triplet: AE, DC and 3F. RGB value is (174,220,63). Sum of RGB (Red+Green+Blue) = 174+220+63=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC3F is #5123C0. Grayscale: #BCBCBC. Windows color (decimal): -5317569 or 4185262. OLE color: 4185262.

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

Color convert

RGB17422063-
CMYK0.2100.710.14
HSL77.58º69.16%55.49%-
HSV(B)77.58º71.36%86.27%-
XYZ43.9560.5414.07-
YUV188.3557.26117.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 63 (25% from 255) = 13.79%
R=38.07%
G=48.14%
B=13.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174220630.2100.710.1477.5869.1655.49
HexAEDC3F15047E4e4537
Octal256334772501071611610567
Binary10101110110111001111111010101000111111010011101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC3F; }

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

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

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

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

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

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

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

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